| <%= f.label :sticky %> | <%= f.check_box :sticky %> |
| <%= f.label :locked %> | <%= f.check_box :locked %> |
<%= f.submit "Update thread", class: "btn blue" %>
<% end %> <%= button_to "Delete thread", @thread, :method => "delete", data: {confirm: "Delete thread & comments forever?"}, class: "btn red right" %>