Sha256: c026abe1826eafda93962becda55ff7cecbe68b7550a297ab8247a352f3b1637

Contents?: true

Size: 210 Bytes

Versions: 11

Compression:

Stored size: 210 Bytes

Contents

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

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
panda_cms-0.6.3 app/views/panda_cms/admin/posts/edit.html.erb
panda_cms-0.6.2 app/views/panda_cms/admin/posts/edit.html.erb
panda_cms-0.6.1 app/views/panda_cms/admin/posts/edit.html.erb
panda_cms-0.6.0 app/views/panda_cms/admin/posts/edit.html.erb
panda_cms-0.5.10 app/views/panda_cms/admin/posts/edit.html.erb
panda_cms-0.5.9 app/views/panda_cms/admin/posts/edit.html.erb
panda_cms-0.5.8 app/views/panda_cms/admin/posts/edit.html.erb
panda_cms-0.5.7 app/views/panda_cms/admin/posts/edit.html.erb
panda_cms-0.5.6 app/views/panda_cms/admin/posts/edit.html.erb
panda_cms-0.5.5 app/views/panda_cms/admin/posts/edit.html.erb
panda_cms-0.5.4 app/views/panda_cms/admin/posts/edit.html.erb