janitors can unlock/sticky threads

This commit is contained in:
albert
2013-02-24 16:13:23 -05:00
parent 32fb319048
commit 57ea02bc5b

View File

@@ -12,7 +12,7 @@
<%= dtext_field "forum_post", "body", :input_name => "forum_topic[original_post_attributes][body]", :value => @forum_topic.original_post.body %>
<% end %>
<% if CurrentUser.is_moderator? %>
<% if CurrentUser.is_janitor? %>
<%= f.input :is_sticky %>
<%= f.input :is_locked %>
<% end %>