Sha256: fe640a0040ed62e8e33b3d685b1482e3e1e2b1ecc7f4eb771b8e1cb6ba5cc9a3

Contents?: true

Size: 290 Bytes

Versions: 4

Compression:

Stored size: 290 Bytes

Contents

<% wrap_admin_form do -%>
  <div class="field">
    <%= form.label :name %>
    <%= form.text_field :name, :class => 'text' %>
    <%= errors_on(:gallery, :name) %>
  </div>
  <div class="field">
    <%= form.label :description %>
    <%= form.text_area :description %>
  </div>
<% end -%>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
grandstand-0.2.4 app/views/admin/galleries/_form.html.erb
grandstand-0.2.3 app/views/admin/galleries/_form.html.erb
grandstand-0.2.2 app/views/admin/galleries/_form.html.erb
grandstand-0.2.1 app/views/admin/galleries/_form.html.erb