Sha256: da55ec628645281ebabb3b0cb4fb5d88d7dbfe2033923d68564d1224f9578398

Contents?: true

Size: 310 Bytes

Versions: 3

Compression:

Stored size: 310 Bytes

Contents

- content_for :right_column do
  - link = comfy_admin_blog_post_revisions_path(@site, @post)
  = render "comfy/admin/cms/revisions/sidebar", record: @post, link: link

.page-header
  %h2= t('.title')

= comfy_form_for @post, as: :post, url: {action: :update}, html: {multipart: true} do |form|
  = render form

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
comfy_blog-2.0.4 app/views/comfy/admin/blog/posts/edit.html.haml
comfy_blog-2.0.3 app/views/comfy/admin/blog/posts/edit.html.haml
comfy_blog-2.0.2 app/views/comfy/admin/blog/posts/edit.html.haml