Sha256: 8509a7a5e8c863d7d74d708c1a0677ef0d03ae78bade2564c943df6186cf1d1d

Contents?: true

Size: 405 Bytes

Versions: 1

Compression:

Stored size: 405 Bytes

Contents

  <% if @group.errors.any? %>
    <div id="error_explanation">
      <h2><%= pluralize(@group.errors.count, "error") %> prohibited this group from being saved:</h2>

      <ul>
      <% @group.errors.full_messages.each do |msg| %>
        <li><%= msg %></li>
      <% end %>
      </ul>
    </div>
  <% end %>

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hurry-0.1.0 app/views/bolt/groups/_form.html.erb