Sha256: 4217a34c4576ce15179227794ed3e7823c3e58d87cbe87142fb7b94bef0feb3b
Contents?: true
Size: 763 Bytes
Versions: 1
Compression:
Stored size: 763 Bytes
Contents
<%= form.text_field :title, :id => (@gallery.new_record?? 'slugify' : nil)%> <%= form.text_field :slug, :id => 'slug' %> <%= form.text_area :description%> <%= form.text_field :full_width %> <%= form.text_field :full_height %> <%= form.check_box :force_ratio_full, :label => "Force Ratio" %> <%= form.text_field :thumb_width %> <%= form.text_field :thumb_height %> <%= form.check_box :force_ratio_thumb, :label => "Force Ratio" %> <%= render :partial => 'cms_admin/categories/form', :object => form if defined?(ComfortableMexicanSofa) %> <%= form.simple_field nil, nil, :class => 'submit_element' do %> <%= link_to "Cancel", admin_gallery_galleries_path, :id => 'cancel_btn' %> <span>or</span> <%= form.submit "Save", :disable_builder => true%> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
comfy_gallery-0.1.0 | app/views/admin/gallery/galleries/_form.html.erb |