Sha256: 6a15f3b52982a277b6d64dc38b62873ff50d382abd5b271c846729d77396bca2

Contents?: true

Size: 570 Bytes

Versions: 13

Compression:

Stored size: 570 Bytes

Contents

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

      <ul>
      <% @elliptical_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/elliptical_galaxies/_form.html.erb
tabulous-1.3.0 test/applications/rails31/subtabs/app/views/galaxies/elliptical_galaxies/_form.html.erb
tabulous-1.2.0 test/applications/rails31/subtabs/app/views/galaxies/elliptical_galaxies/_form.html.erb
tabulous-1.2.0 test/applications/rails30/subtabs/app/views/galaxies/elliptical_galaxies/_form.html.erb
tabulous-1.1.0 test/applications/rails31/subtabs/app/views/galaxies/elliptical_galaxies/_form.html.erb
tabulous-1.1.0 test/applications/rails30/subtabs/app/views/galaxies/elliptical_galaxies/_form.html.erb
tabulous-1.0.3 test/applications/rails31/subtabs/app/views/galaxies/elliptical_galaxies/_form.html.erb
tabulous-1.0.3 test/applications/rails30/subtabs/app/views/galaxies/elliptical_galaxies/_form.html.erb
tabulous-1.0.2 test/applications/subtabs/app/views/galaxies/elliptical_galaxies/_form.html.erb
tabulous-1.0.1 test/applications/subtabs/app/views/galaxies/elliptical_galaxies/_form.html.erb
tabulous-1.0.0 test/applications/subtabs/app/views/galaxies/elliptical_galaxies/_form.html.erb
tabulous-0.0.2 test/applications/subtabs/app/views/galaxies/elliptical_galaxies/_form.html.erb
tabulous-0.0.1 test/applications/subtabs/app/views/galaxies/elliptical_galaxies/_form.html.erb