Sha256: 1a1b600d4266dc059196c417ea4264d7ba9321030f926c92be20effdb5d1fdff

Contents?: true

Size: 495 Bytes

Versions: 10

Compression:

Stored size: 495 Bytes

Contents

<% content_for :thredded_page_title, 'Create a New Topic' %>
<% content_for :thredded_page_id, 'thredded--new-topic' %>
<% content_for :thredded_breadcrumbs, render('thredded/shared/breadcrumbs') %>

<%= thredded_page do %>
  <section class="thredded--main-section">
    <%= render 'thredded/topics/form',
               topic: @new_topic,
               css_class: 'thredded--is-expanded',
               placeholder: t('thredded.topics.form.title_placeholder_start') %>
  </section>
<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
thredded-0.13.4 app/views/thredded/topics/new.html.erb
thredded-0.13.3 app/views/thredded/topics/new.html.erb
thredded-0.13.2 app/views/thredded/topics/new.html.erb
thredded-0.13.1 app/views/thredded/topics/new.html.erb
thredded-0.13.0 app/views/thredded/topics/new.html.erb
thredded-0.12.4 app/views/thredded/topics/new.html.erb
thredded-0.12.3 app/views/thredded/topics/new.html.erb
thredded-0.12.2 app/views/thredded/topics/new.html.erb
thredded-0.12.1 app/views/thredded/topics/new.html.erb
thredded-0.12.0 app/views/thredded/topics/new.html.erb