Fix #2772: Topics set as mod+ can't be reverted to public ones.

This commit is contained in:
evazion
2016-11-28 02:09:23 -06:00
parent daf1324ab2
commit 1cce721114
3 changed files with 9 additions and 9 deletions

View File

@@ -18,7 +18,7 @@
<% end %>
<% if CurrentUser.is_moderator? %>
<%= f.input :min_level, :as => :select, :collection => available_min_user_levels.to_a %>
<%= f.input :min_level, :include_blank => false, :collection => available_min_user_levels %>
<%= f.input :is_sticky, :label => "Sticky" %>
<%= f.input :is_locked, :label => "Locked" %>
<% end %>