Sha256: 522aa5547d76c82b0d1dcbaf4e4bf88d7e263e0a4a9d43bf57b7d3057adc7123

Contents?: true

Size: 994 Bytes

Versions: 46

Compression:

Stored size: 994 Bytes

Contents

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

<%= thredded_page do %>
  <section class="thredded--main-section">
    <%= form_for @messageboard_group, html: { class: 'thredded--form' } do |f| %>
      <ul class="thredded--form-list">
        <li>
          <%= f.label :name %>
          <%= f.text_field :name, required: true %>
        </li>

        <li>
          <%= f.submit t('thredded.messageboard_group.create'),
                       class: 'thredded--form--submit',
                       'data-disable-with' => t('thredded.messageboard_group.form.create_btn_submitting') %>
        </li>
      </ul>
    <% end %>
  </section>
<% end %>

Version data entries

46 entries across 46 versions & 2 rubygems

Version Path
thredded-1.1.0 app/views/thredded/messageboard_groups/new.html.erb
thredded-1.0.1 app/views/thredded/messageboard_groups/new.html.erb
thredded-1.0.0 app/views/thredded/messageboard_groups/new.html.erb
thredded-0.16.16 app/views/thredded/messageboard_groups/new.html.erb
thredded-0.16.15 app/views/thredded/messageboard_groups/new.html.erb
thredded-0.16.14 app/views/thredded/messageboard_groups/new.html.erb
thredded-0.16.13 app/views/thredded/messageboard_groups/new.html.erb
thredded-0.16.12 app/views/thredded/messageboard_groups/new.html.erb
thredded-0.16.11 app/views/thredded/messageboard_groups/new.html.erb
thredded-0.16.10 app/views/thredded/messageboard_groups/new.html.erb
thredded-0.16.9 app/views/thredded/messageboard_groups/new.html.erb
thredded-0.16.8 app/views/thredded/messageboard_groups/new.html.erb
thredded-0.16.7 app/views/thredded/messageboard_groups/new.html.erb
thredded-0.16.6 app/views/thredded/messageboard_groups/new.html.erb
thredded-0.16.5 app/views/thredded/messageboard_groups/new.html.erb
thredded-0.16.4 app/views/thredded/messageboard_groups/new.html.erb
thredded-0.16.3 app/views/thredded/messageboard_groups/new.html.erb
thredded-0.16.1 app/views/thredded/messageboard_groups/new.html.erb
thredded-0.16.0 app/views/thredded/messageboard_groups/new.html.erb
thredded-0.15.5 app/views/thredded/messageboard_groups/new.html.erb