% title "New Thread: #{@thread.forum.name}" %> <%= link_to @thread.forum.group, forumgroup_path(@thread.forum.group) %> → <%= link_to @thread.forum, @thread.forum %> → New thread
| <%= f.label :sticky %> | <%= f.check_box :sticky %> |
| <%= f.label :locked %> | <%= f.check_box :locked %> |
<%= f.submit "Create thread", class: "btn blue left" %>
<% end %>