Sha256: 0acf539ef4c91579dbd317c7f15e274f645f734db89d2792cae7e3f3873be936

Contents?: true

Size: 550 Bytes

Versions: 13

Compression:

Stored size: 550 Bytes

Contents

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

      <ul>
      <% @spiral_galaxy.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

13 entries across 9 versions & 1 rubygems

Version Path
tabulous-1.3.0 test/applications/rails30/subtabs/app/views/galaxies/spiral_galaxies/_form.html.erb
tabulous-1.3.0 test/applications/rails31/subtabs/app/views/galaxies/spiral_galaxies/_form.html.erb
tabulous-1.2.0 test/applications/rails31/subtabs/app/views/galaxies/spiral_galaxies/_form.html.erb
tabulous-1.2.0 test/applications/rails30/subtabs/app/views/galaxies/spiral_galaxies/_form.html.erb
tabulous-1.1.0 test/applications/rails31/subtabs/app/views/galaxies/spiral_galaxies/_form.html.erb
tabulous-1.1.0 test/applications/rails30/subtabs/app/views/galaxies/spiral_galaxies/_form.html.erb
tabulous-1.0.3 test/applications/rails31/subtabs/app/views/galaxies/spiral_galaxies/_form.html.erb
tabulous-1.0.3 test/applications/rails30/subtabs/app/views/galaxies/spiral_galaxies/_form.html.erb
tabulous-1.0.2 test/applications/subtabs/app/views/galaxies/spiral_galaxies/_form.html.erb
tabulous-1.0.1 test/applications/subtabs/app/views/galaxies/spiral_galaxies/_form.html.erb
tabulous-1.0.0 test/applications/subtabs/app/views/galaxies/spiral_galaxies/_form.html.erb
tabulous-0.0.2 test/applications/subtabs/app/views/galaxies/spiral_galaxies/_form.html.erb
tabulous-0.0.1 test/applications/subtabs/app/views/galaxies/spiral_galaxies/_form.html.erb