Sha256: e8fb8eb5326c6e208e57f983083bb8b56023141fa7e16e962a59454a4aa604f0

Contents?: true

Size: 617 Bytes

Versions: 2

Compression:

Stored size: 617 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',
               messageboard: messageboard,
               topic: @new_topic,
               css_class: 'thredded--is-expanded',
               preview_url: preview_new_messageboard_topic_path(messageboard),
               placeholder: t('thredded.topics.form.title_placeholder_start') %>
  </section>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
thredded-0.11.1 app/views/thredded/topics/new.html.erb
thredded-0.11.0 app/views/thredded/topics/new.html.erb