Sha256: bcba3b9db73a0afa26b95002710829fa06b9c5a6e9836244bc7077a2b24fac23

Contents?: true

Size: 462 Bytes

Versions: 8

Compression:

Stored size: 462 Bytes

Contents

<% content_for :thredded_page_title, t('thredded.nav.edit_messageboard') %>
<% content_for :thredded_page_id, 'thredded--messageboard-edit' %>
<% content_for :thredded_breadcrumbs do %>
  <ul class="thredded--navigation-breadcrumbs">
    <li class="thredded--navigation-breadcrumbs--item-no-link">
      <%= t('thredded.nav.edit_messageboard') %>
    </li>
  </ul>
<% end %>

<%= thredded_page do %>
  <%= render 'form', messageboard: @messageboard %>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
thredded-0.10.1 app/views/thredded/messageboards/edit.html.erb
thredded-0.10.0 app/views/thredded/messageboards/edit.html.erb
thredded-0.9.4 app/views/thredded/messageboards/edit.html.erb
thredded-0.9.3 app/views/thredded/messageboards/edit.html.erb
thredded-0.9.2 app/views/thredded/messageboards/edit.html.erb
thredded-0.9.1 app/views/thredded/messageboards/edit.html.erb
thredded-0.8.4 app/views/thredded/messageboards/edit.html.erb
thredded-0.8.2 app/views/thredded/messageboards/edit.html.erb