forum: make status labels into clickable filters.
* Make it so that you can click the stickied / locked / deleted icons or the new / approved / pending / rejected labels to filter topics by that status. * Replace the `mod_only` search param with `is_private`.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<h1>
|
||||
<%= @forum_topic.title %>
|
||||
|
||||
<% if @forum_topic.min_level >= User::Levels::MODERATOR %>
|
||||
<% if @forum_topic.is_private? %>
|
||||
<span class="level-topic">(<%= User.level_string(@forum_topic.min_level).downcase %>+ only)</span>
|
||||
<% end %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user