Sha256: 1e30eede77eb6aac709ea018659a5b2cad189522891c7a04003606cb1be6f090
Contents?: true
Size: 641 Bytes
Versions: 1
Compression:
Stored size: 641 Bytes
Contents
<h1>Edit Page</h1> <% form_for @page do |form| %> <%= form.label :title, "Title"%> <%= form.text_field :title %> <%= form.label :slug, "Slug" %> <%= form.text_field :slug %> <%= form.label :keywords, "Keywords" %> <%= form.text_field :keywords %> <%= form.label :description, "Description" %> <%= form.text_area :description %> <%= form.label :published, "Published?" %> <%= form.check_box :published %> <%= form.fields_for :parts do |builder| %> <%= render :partial => 'page_part_form', :form => builder %> <% end %> <%= submit_tag 'Edit Page' %> <% end %> <%= link_to "Back to pages", slightcms_pages_path %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
slightcms-0.0.11 | lib/app/views/slightcms/admin/pages/edit.html.erb |