Sha256: 5aa91d61cb04e9c9e932b34832679dfcb22c2e2baf27d11c4d2a920c14310b7e

Contents?: true

Size: 228 Bytes

Versions: 3

Compression:

Stored size: 228 Bytes

Contents

<%= render Panda::CMS::Admin::ContainerComponent.new do |component| %>
  <% component.with_heading(text: "Edit Post", level: 1) do |heading| %>
  <% end %>

  <%= render "form", post: post, url: url, method: :patch %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
panda-cms-0.7.3 app/views/panda/cms/admin/posts/edit.html.erb
panda-cms-0.7.2 app/views/panda/cms/admin/posts/edit.html.erb
panda-cms-0.7.0 app/views/panda/cms/admin/posts/edit.html.erb