Sha256: ae9115b064a0690b5da1dbd99b36254f8d59d9375ebd5600338a7cb10f6fc42b

Contents?: true

Size: 683 Bytes

Versions: 44

Compression:

Stored size: 683 Bytes

Contents

<% content_for :thredded_page_title, @post_form.topic.title %>
<% content_for :thredded_page_id, 'thredded--topic--new-post' %>
<% content_for :thredded_breadcrumbs, render('thredded/shared/breadcrumbs') %>

<%= thredded_page do %>
  <section class="thredded--main-section">
    <div class="thredded--post-form--wrapper">
      <h3 class="thredded--post-form--title"><%= t('thredded.posts.form.title_label') %></h3>
      <%= render 'thredded/posts/form',
                 post: @post_form,
                 button_text: t('thredded.posts.form.create_btn'),
                 button_submitting_text: t('thredded.posts.form.create_btn_submitting') %>
    </div>
  </section>
<% end %>

Version data entries

44 entries across 44 versions & 2 rubygems

Version Path
thredded-1.1.0 app/views/thredded/posts/new.html.erb
thredded-1.0.1 app/views/thredded/posts/new.html.erb
thredded-1.0.0 app/views/thredded/posts/new.html.erb
thredded-0.16.16 app/views/thredded/posts/new.html.erb
thredded-0.16.15 app/views/thredded/posts/new.html.erb
thredded-0.16.14 app/views/thredded/posts/new.html.erb
thredded-0.16.13 app/views/thredded/posts/new.html.erb
thredded-0.16.12 app/views/thredded/posts/new.html.erb
thredded-0.16.11 app/views/thredded/posts/new.html.erb
thredded-0.16.10 app/views/thredded/posts/new.html.erb
thredded-0.16.9 app/views/thredded/posts/new.html.erb
thredded-0.16.8 app/views/thredded/posts/new.html.erb
thredded-0.16.7 app/views/thredded/posts/new.html.erb
thredded-0.16.6 app/views/thredded/posts/new.html.erb
thredded-0.16.5 app/views/thredded/posts/new.html.erb
thredded-0.16.4 app/views/thredded/posts/new.html.erb
thredded-0.16.3 app/views/thredded/posts/new.html.erb
thredded-0.16.1 app/views/thredded/posts/new.html.erb
thredded-0.16.0 app/views/thredded/posts/new.html.erb
thredded-0.15.5 app/views/thredded/posts/new.html.erb