Sha256: 869e984be5a1ea3fb0b1a027be17691a75fde8819e0272b1c2999968dccb5cb4
Contents?: true
Size: 572 Bytes
Versions: 3
Compression:
Stored size: 572 Bytes
Contents
<%= form.text_field :title, :id => (@gallery.new_record?? 'slugify' : nil)%> <%= form.text_field :identifier, :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.submit 'Save' %>
Version data entries
3 entries across 3 versions & 1 rubygems