style buttons for upload/post edit pages

This commit is contained in:
r888888888
2017-09-14 16:56:40 -07:00
parent 5448ae5af4
commit 0985f929cc
10 changed files with 65 additions and 24 deletions

View File

@@ -9,6 +9,6 @@
<%= f.input :do_not_bump_post, :label => "No bump" %>
<% end %>
<% if CurrentUser.is_moderator? %>
<%= f.input :is_sticky, :label => "Post as moderator" %>
<%= f.input :is_sticky, :label => "Post as moderator", :for => "comment_is_sticky" %>
<% end %>
<% end %>