Sha256: e13038d8b486d07800781507b6393b4d4bcf9c9ddbe387225d62f3e9a7a56346

Contents?: true

Size: 558 Bytes

Versions: 13

Compression:

Stored size: 558 Bytes

Contents

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

<%= thredded_page do %>
  <section class="thredded--main-section">
    <%= render 'thredded/private_topics/form',
               messageboard:  messageboard,
               private_topic: @private_topic,
               placeholder:   t('thredded.private_topics.form.title_placeholder_new') if @private_topic %>
  </section>
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
thredded-0.8.4 app/views/thredded/private_topics/new.html.erb
thredded-0.8.2 app/views/thredded/private_topics/new.html.erb
thredded-0.7.0 app/views/thredded/private_topics/new.html.erb
thredded-0.6.3 app/views/thredded/private_topics/new.html.erb
thredded-0.6.2 app/views/thredded/private_topics/new.html.erb
thredded-0.6.1 app/views/thredded/private_topics/new.html.erb
thredded-0.6.0 app/views/thredded/private_topics/new.html.erb
thredded-0.5.1 app/views/thredded/private_topics/new.html.erb
thredded-0.5.0 app/views/thredded/private_topics/new.html.erb
thredded-0.4.0 app/views/thredded/private_topics/new.html.erb
thredded-0.3.2 app/views/thredded/private_topics/new.html.erb
thredded-0.3.1 app/views/thredded/private_topics/new.html.erb
thredded-0.3.0 app/views/thredded/private_topics/new.html.erb