Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
persona-non-google
Commits
b6caa86b
Commit
b6caa86b
authored
Sep 28, 2021
by
Barış Soner Uşaklı
Browse files
https://github.com/NodeBB/NodeBB/issues/9845
parent
1b65a319
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/partials/category/sort.tpl
View file @
b6caa86b
...
...
@@ -10,5 +10,6 @@
<li><a
href=
"#"
class=
"oldest_to_newest"
data-sort=
"oldest_to_newest"
><i
class=
"fa fa-fw"
></i>
[[topic:oldest_to_newest]]
</a></li>
<li><a
href=
"#"
class=
"most_posts"
data-sort=
"most_posts"
><i
class=
"fa fa-fw"
></i>
[[topic:most_posts]]
</a></li>
<li><a
href=
"#"
class=
"most_votes"
data-sort=
"most_votes"
><i
class=
"fa fa-fw"
></i>
[[topic:most_votes]]
</a></li>
<li><a
href=
"#"
class=
"most_views"
data-sort=
"most_views"
><i
class=
"fa fa-fw"
></i>
[[topic:most_views]]
</a></li>
</ul>
</div>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment