Sha256: 1674faf88e29843ab10fefb041fb9e3287ec8417a762e583634e63dc129b80b2

Contents?: true

Size: 294 Bytes

Versions: 1

Compression:

Stored size: 294 Bytes

Contents

<h1>Edit Layout</h1>
<% form_for @layout do |form| %>
  <%= form.label :name, "Name"%>
  <%= form.text_field :name %>
  <%= form.label :content, "Content" %>
  <%= form.text_area :content %>
  <%= 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/edit.html.erb