Sha256: 0d915b4b29704a465c664909bfbbf895141285da9fab5e7df1571f12e7e66cec
Contents?: true
Size: 757 Bytes
Versions: 48
Compression:
Stored size: 757 Bytes
Contents
<% content_for :thredded_page_title, t('thredded.nav.edit_post') %> <% content_for :thredded_page_id, 'thredded--edit-post' %> <% content_for :thredded_breadcrumbs do %> <ul class="thredded--navigation-breadcrumbs"> <li><%= link_to @post_form.topic.title, post_path(@post_form.post, user: thredded_current_user) %></li> <li><%= link_to t('thredded.nav.edit_post'), edit_post_path(@post_form.post) %></li> </ul> <% end %> <%= thredded_page do %> <section class="thredded--main-section"> <%= render 'thredded/posts/form', post: @post_form, button_text: t('thredded.posts.form.update_btn'), button_submitting_text: t('thredded.posts.form.update_btn_submitting')%> </section> <% end %>
Version data entries
48 entries across 24 versions & 1 rubygems