Sha256: 46e76a4a45248ccc1aa5527a3c4f4ecdd4757618919689a3b4ac445048756043

Contents?: true

Size: 453 Bytes

Versions: 4

Compression:

Stored size: 453 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',
             placeholder:  'Start a New Topic' %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
thredded-0.4.0 app/views/thredded/topics/new.html.erb
thredded-0.3.2 app/views/thredded/topics/new.html.erb
thredded-0.3.1 app/views/thredded/topics/new.html.erb
thredded-0.3.0 app/views/thredded/topics/new.html.erb