Sha256: a3b295018438028ed19a90e47e375b641e0e06a7b3a65f3c61c446c8d506de41
Contents?: true
Size: 397 Bytes
Versions: 3
Compression:
Stored size: 397 Bytes
Contents
<% content_for :title, "Images & Files" %> <%= semantic_form_for @template, :html => { :class => 'form-horizontal' } do |f| %> <%= f.inputs "New #{@template.template_type.capitalize}" do %> <%= f.input :name %> <%= f.input :template_type, :as => :hidden %> <% end %> <%= f.actions :submit %> <% end %> <%= render :partial => "secondary_nav" %> <% content_for :related, nil %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
smithycms-0.0.3 | app/views/smithy/assets/new.html.erb |
smithycms-0.0.2 | app/views/smithy/assets/new.html.erb |
smithycms-0.0.1 | app/views/smithy/assets/new.html.erb |