Sha256: a7c2e1fe20b2b30bd2588e9ca019a0189d2d89050c9565a0b552322c33140997

Contents?: true

Size: 593 Bytes

Versions: 17

Compression:

Stored size: 593 Bytes

Contents

<%= form_for(gallery) do |f| %>
  <% if gallery.errors.any? %>
    <div id="error_explanation">
      <h2><%= pluralize(gallery.errors.count, "error") %> prohibited this gallery from being saved:</h2>

      <ul>
      <% gallery.errors.full_messages.each do |message| %>
        <li><%= message %></li>
      <% end %>
      </ul>
    </div>
  <% end %>

  <div class="field">
    <%= f.label :name %>
    <%= f.text_field :name %>
  </div>

  <div class="field">
    <%= f.label :slug %>
    <%= f.text_field :slug %>
  </div>

  <div class="actions">
    <%= f.submit %>
  </div>
<% end %>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
binda-0.1.11 app/views/binda/galleries/_form.html.erb
binda-0.1.10 app/views/binda/galleries/_form.html.erb
binda-0.1.9 app/views/binda/galleries/_form.html.erb
binda-0.1.8 app/views/binda/galleries/_form.html.erb
binda-0.1.7 app/views/binda/galleries/_form.html.erb
binda-0.1.6 app/views/binda/galleries/_form.html.erb
binda-0.1.5 app/views/binda/galleries/_form.html.erb
binda-0.1.4 app/views/binda/galleries/_form.html.erb
binda-0.1.3 app/views/binda/galleries/_form.html.erb
binda-0.1.2 app/views/binda/galleries/_form.html.erb
binda-0.1.1 app/views/binda/galleries/_form.html.erb
binda-0.1.0 app/views/binda/galleries/_form.html.erb
binda-0.0.7 app/views/binda/galleries/_form.html.erb
binda-0.0.6 app/views/binda/galleries/_form.html.erb
binda-0.0.5 app/views/binda/galleries/_form.html.erb
binda-0.0.3 app/views/binda/galleries/_form.html.erb
binda-0.0.2 app/views/binda/galleries/_form.html.erb