Sha256: 77ff2ba8c926579e527b8b01c20c00d47f70f1b52526c338b6d2135f64b7b834

Contents?: true

Size: 458 Bytes

Versions: 8

Compression:

Stored size: 458 Bytes

Contents

<% content_for :thredded_page_title, t('thredded.messageboard.create') %>
<% content_for :thredded_page_id, 'thredded--messageboards-new' %>
<% content_for :thredded_breadcrumbs do %>
  <ul class="thredded--navigation-breadcrumbs">
    <li class="thredded--navigation-breadcrumbs--item-no-link">
      <%= t('thredded.messageboard.create') %>
    </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/new.html.erb
thredded-0.10.0 app/views/thredded/messageboards/new.html.erb
thredded-0.9.4 app/views/thredded/messageboards/new.html.erb
thredded-0.9.3 app/views/thredded/messageboards/new.html.erb
thredded-0.9.2 app/views/thredded/messageboards/new.html.erb
thredded-0.9.1 app/views/thredded/messageboards/new.html.erb
thredded-0.8.4 app/views/thredded/messageboards/new.html.erb
thredded-0.8.2 app/views/thredded/messageboards/new.html.erb