Sha256: a0e63bd3fb477a7e3fcbec09608195404c6d5f51d69bccfa07682ee7f8a5f83e
Contents?: true
Size: 363 Bytes
Versions: 1
Compression:
Stored size: 363 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.text_field :thumb_width %> <%= form.text_field :thumb_height %> <%= form.check_box :force_ratio %> <%= form.submit 'Save'%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sofa_gallery-0.0.0 | app/views/gallery_admin/galleries/_form.html.erb |