Sha256: 6d9573854eb11c2f92a2f05b4f1d703c68ad6fd7e7c36eb6b1184d6229e311e4

Contents?: true

Size: 502 Bytes

Versions: 4

Compression:

Stored size: 502 Bytes

Contents

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

      <ul>
      <% @branch.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>
  <div class="actions">
    <%= f.submit %>
  </div>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mystro-volley-0.1.0 app/views/mystro_volley/branches/_form.html.erb
mystro-volley-0.1.0.rc3 app/views/mystro_volley/branches/_form.html.erb
mystro-volley-0.1.0.rc2 app/views/mystro_volley/branches/_form.html.erb
mystro-volley-0.1.0.rc1 app/views/mystro_volley/branches/_form.html.erb