Sha256: 3e42deec7a7b27f276838ce2322feb3c269019074a457dfa69bb9ebee5014a26
Contents?: true
Size: 244 Bytes
Versions: 2
Compression:
Stored size: 244 Bytes
Contents
<%= form.text_field :label, :id => (@carousel.new_record?? 'slugify' : nil) %> <%= form.text_field :identifier, :id => 'slug' %> <%= form.text_field :dimensions %> <%= form.submit @carousel.new_record?? 'Create Carousel' : 'Update Carousel' %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
comfy_carousel-0.0.3 | app/views/admin/carousel/carousels/_form.html.erb |
comfy_carousel-0.0.2 | app/views/admin/carousel/carousels/_form.html.erb |