Sha256: b60abdabb7e58d25d5304f16687c9705f7799f2d760cb8ff313551bf381f6106

Contents?: true

Size: 502 Bytes

Versions: 84

Compression:

Stored size: 502 Bytes

Contents

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

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

84 entries across 15 versions & 1 rubygems

Version Path
tabulous-2.1.3 spec/applications/main/rails_3-2-13/app/views/galaxies/_form.html.erb
tabulous-2.1.3 spec/applications/simple_tabs/rails_3-1-12/app/views/galaxies/_form.html.erb
tabulous-2.1.3 spec/applications/main/rails_3-0-20/app/views/galaxies/_form.html.erb
tabulous-2.1.3 spec/applications/bootstrap/rails_3-2-13/app/views/galaxies/_form.html.erb
tabulous-2.1.3 spec/applications/simple_tabs/rails_3-0-20/app/views/galaxies/_form.html.erb
tabulous-2.1.3 spec/applications/custom_renderer/rails_3-2-13/app/views/galaxies/_form.html.erb
tabulous-2.1.3 spec/applications/simple_tabs/rails_3-2-13/app/views/galaxies/_form.html.erb
tabulous-2.1.3 spec/applications/custom_renderer/rails_3-1-12/app/views/galaxies/_form.html.erb
tabulous-2.1.3 spec/applications/main/rails_3-1-12/app/views/galaxies/_form.html.erb
tabulous-2.1.3 spec/applications/custom_renderer/rails_3-0-20/app/views/galaxies/_form.html.erb
tabulous-2.1.2 spec/applications/simple_tabs/rails_3-0-20/app/views/galaxies/_form.html.erb
tabulous-2.1.2 spec/applications/main/rails_3-0-20/app/views/galaxies/_form.html.erb
tabulous-2.1.2 spec/applications/main/rails_3-1-12/app/views/galaxies/_form.html.erb
tabulous-2.1.2 spec/applications/main/rails_3-2-13/app/views/galaxies/_form.html.erb
tabulous-2.1.2 spec/applications/simple_tabs/rails_3-1-12/app/views/galaxies/_form.html.erb
tabulous-2.1.2 spec/applications/custom_renderer/rails_3-0-20/app/views/galaxies/_form.html.erb
tabulous-2.1.2 spec/applications/custom_renderer/rails_3-1-12/app/views/galaxies/_form.html.erb
tabulous-2.1.2 spec/applications/custom_renderer/rails_3-2-13/app/views/galaxies/_form.html.erb
tabulous-2.1.2 spec/applications/bootstrap/rails_3-2-13/app/views/galaxies/_form.html.erb
tabulous-2.1.2 spec/applications/simple_tabs/rails_3-2-13/app/views/galaxies/_form.html.erb