diff --git a/app/views/forumthreads/edit.html.erb b/app/views/forumthreads/edit.html.erb index b82410b..f40686c 100644 --- a/app/views/forumthreads/edit.html.erb +++ b/app/views/forumthreads/edit.html.erb @@ -6,12 +6,10 @@
| <%= f.label :sticky %> | -<%= f.check_box :sticky %> | +<%= f.check_box :sticky %> <%= f.label :sticky %> |
| <%= f.label :locked %> | -<%= f.check_box :locked %> | +<%= f.check_box :locked %> <%= f.label :locked %> |
| <%= f.label :forum_id, "Move thread" %> |