Sha256: bc08ede47b0e64d49fe8ff20e5d276ff81775f6e5b7818627a418b672ed66648
Contents?: true
Size: 271 Bytes
Versions: 2
Compression:
Stored size: 271 Bytes
Contents
<% wrap_grandstand_form do -%> <div class="field"> <%= form.label :file %> <%= form.file_field :file %> <%= form.errors_on(:image, :file) %> </div> <div class="field"> <%= form.label :caption %> <%= form.text_area :caption %> </div> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
grandstand-0.2.7 | app/views/grandstand/images/_form.html.erb |
grandstand-0.2.6 | app/views/grandstand/images/_form.html.erb |