Sha256: 2a6798a6f899dfa80c392bcb1bc588f67fc538e942c891db172b7991dbb9dc4a

Contents?: true

Size: 549 Bytes

Versions: 3

Compression:

Stored size: 549 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 %>
  <%= 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') %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
thredded-0.10.1 app/views/thredded/topics/new.html.erb
thredded-0.10.0 app/views/thredded/topics/new.html.erb
thredded-0.9.4 app/views/thredded/topics/new.html.erb