Sha256: 04d64d72c2978bee0c25ccc9eb66e4146ae63eb422a8e8279cb1084ff442c552
Contents?: true
Size: 389 Bytes
Versions: 1
Compression:
Stored size: 389 Bytes
Contents
<h1>New Layout</h1> <% form_for @layout, :html => {:multipart => true} do |form| %> <%= form.label :name, "Name"%> <%= form.text_field :name %> <%= form.label :content, "Content" %> <%= form.text_area :content %> <%= form.label :file, "File" %> <%= form.file_field :file %> <%= submit_tag 'Create Layout' %> <% end %> <%= link_to "Back to layouts", slightcms_layouts_path %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
slightcms-0.0.11 | lib/app/views/slightcms/admin/layouts/new.html.erb |