% content_for :thredded_page_title, t('thredded.nav.edit_topic') %>
<% content_for :thredded_page_id, 'thredded--edit-topic' %>
<% content_for :thredded_breadcrumbs do %>
- <%= link_to t('thredded.nav.all_messageboards'), messageboards_path %>
- <%= link_to messageboard.name, @edit_topic.messageboard_path %>
- <%= link_to @edit_topic.title, @edit_topic.path %>
- <%= link_to t('thredded.nav.edit_topic'), @edit_topic.edit_path %>
<% end %>
<%= thredded_page do %>
<%= form_for @edit_topic,
url: @edit_topic.path,
html: { class: 'thredded--form thredded--is-expanded', 'data-thredded-topic-form' => true } do |form| %>
<% end %>