Sha256: 010f9e11ad2f7429daba7eb8d58d01d6a8b7d1b10c1c7731cd08bba387314d08
Contents?: true
Size: 732 Bytes
Versions: 3
Compression:
Stored size: 732 Bytes
Contents
<% content_for :thredded_page_title, 'Edit Post' %> <% content_for :thredded_page_id, 'thredded--edit-post' %> <% content_for :thredded_breadcrumbs do %> <ul class="thredded--navigation-breadcrumbs"> <li><%= link_to t('thredded.nav.edit_post'), edit_post_path(@post) %></li> </ul> <% end %> <%= thredded_page do %> <section class="thredded--main-section"> <%= render 'thredded/posts/form', messageboard: (messageboard unless @post.private_topic_post?), topic: topic, post: @post, button_text: t('thredded.posts.form.update_btn'), button_submitting_text: t('thredded.posts.form.update_btn_submitting')%> </section> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
thredded-0.9.3 | app/views/thredded/posts/edit.html.erb |
thredded-0.9.2 | app/views/thredded/posts/edit.html.erb |
thredded-0.9.1 | app/views/thredded/posts/edit.html.erb |