Sha256: 18003e291d83ccf520c2a3bf1ca5037c0afd2e6ebf267fce8989117d047b751b

Contents?: true

Size: 514 Bytes

Versions: 13

Compression:

Stored size: 514 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',
               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.13.4 app/views/thredded/private_topics/new.html.erb
thredded-0.13.3 app/views/thredded/private_topics/new.html.erb
thredded-0.13.2 app/views/thredded/private_topics/new.html.erb
thredded-0.13.1 app/views/thredded/private_topics/new.html.erb
thredded-0.13.0 app/views/thredded/private_topics/new.html.erb
thredded-0.12.4 app/views/thredded/private_topics/new.html.erb
thredded-0.12.3 app/views/thredded/private_topics/new.html.erb
thredded-0.12.2 app/views/thredded/private_topics/new.html.erb
thredded-0.12.1 app/views/thredded/private_topics/new.html.erb
thredded-0.12.0 app/views/thredded/private_topics/new.html.erb
thredded-0.9.3 app/views/thredded/private_topics/new.html.erb
thredded-0.9.2 app/views/thredded/private_topics/new.html.erb
thredded-0.9.1 app/views/thredded/private_topics/new.html.erb