Sha256: cd9f871e1cb0503fd10d186e05b1738a11712821513c0300ece4b7d5adb01d0d

Contents?: true

Size: 574 Bytes

Versions: 5

Compression:

Stored size: 574 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,
               preview_url: preview_new_private_topic_path,
               placeholder:   t('thredded.private_topics.form.title_placeholder_new') if @private_topic %>
  </section>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
thredded-0.11.1 app/views/thredded/private_topics/new.html.erb
thredded-0.11.0 app/views/thredded/private_topics/new.html.erb
thredded-0.10.1 app/views/thredded/private_topics/new.html.erb
thredded-0.10.0 app/views/thredded/private_topics/new.html.erb
thredded-0.9.4 app/views/thredded/private_topics/new.html.erb