Sha256: 76ec8fab7b2fcc4ef80317461baf073a024427a3b64156eb37906ed96941bfd9
Contents?: true
Size: 226 Bytes
Versions: 3
Compression:
Stored size: 226 Bytes
Contents
<%= render Panda::CMS::Admin::ContainerComponent.new do |component| %> <% component.with_heading(text: "Add Post", level: 1) do |heading| %> <% end %> <%= render "form", post: post, url: url, method: :post %> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
panda-cms-0.7.3 | app/views/panda/cms/admin/posts/new.html.erb |
panda-cms-0.7.2 | app/views/panda/cms/admin/posts/new.html.erb |
panda-cms-0.7.0 | app/views/panda/cms/admin/posts/new.html.erb |