This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
orbit-4-1/app/views/admin/layouts/new.html.erb

11 lines
258 B
Plaintext
Raw Normal View History

<h1><%= t('admin.new_layout') %></h1>
2009-05-07 17:54:33 +00:00
<%= form_for :layout, :url => admin_layouts_path do |f| %>
2009-05-07 17:54:33 +00:00
<%= f.error_messages %>
2009-07-06 08:23:34 +00:00
<%= render :partial => "form", :locals => { :f => f } %>
2009-05-07 17:54:33 +00:00
<p>
<%= f.submit t('create') %> <%= link_back %>
2009-05-07 17:54:33 +00:00
</p>
<% end %>