From 57ea02bc5b6a6fee44fd8907878e11d9039c0e09 Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 24 Feb 2013 16:13:23 -0500 Subject: [PATCH] janitors can unlock/sticky threads --- app/views/forum_topics/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/forum_topics/_form.html.erb b/app/views/forum_topics/_form.html.erb index 89947393a..5af4655f5 100644 --- a/app/views/forum_topics/_form.html.erb +++ b/app/views/forum_topics/_form.html.erb @@ -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 %>