Sha256: 246ac2436b683010e87f6e875b4d6ced3285bd59879df4eae3203c4e63487eb2

Contents?: true

Size: 508 Bytes

Versions: 28

Compression:

Stored size: 508 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 |message| %>
        <li><%= message %></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

28 entries across 4 versions & 1 rubygems

Version Path
tabulous-2.1.4 spec/applications/bootstrap/rails_4-1-1/app/views/galaxies/_form.html.erb
tabulous-2.1.4 spec/applications/simple_tabs/rails_4-2-0/app/views/galaxies/_form.html.erb
tabulous-2.1.4 spec/applications/simple_tabs/rails_4-1-1/app/views/galaxies/_form.html.erb
tabulous-2.1.4 spec/applications/main/rails_4-2-0/app/views/galaxies/_form.html.erb
tabulous-2.1.4 spec/applications/main/rails_4-1-1/app/views/galaxies/_form.html.erb
tabulous-2.1.4 spec/applications/custom_renderer/rails_4-2-0/app/views/galaxies/_form.html.erb
tabulous-2.1.4 spec/applications/custom_renderer/rails_4-1-1/app/views/galaxies/_form.html.erb
tabulous-2.1.4 spec/applications/bootstrap/rails_4-2-0/app/views/galaxies/_form.html.erb
tabulous-2.1.3 spec/applications/custom_renderer/rails_4-1-1/app/views/galaxies/_form.html.erb
tabulous-2.1.3 spec/applications/bootstrap/rails_4-1-1/app/views/galaxies/_form.html.erb
tabulous-2.1.3 spec/applications/bootstrap/rails_4-2-0/app/views/galaxies/_form.html.erb
tabulous-2.1.3 spec/applications/custom_renderer/rails_4-2-0/app/views/galaxies/_form.html.erb
tabulous-2.1.3 spec/applications/main/rails_4-1-1/app/views/galaxies/_form.html.erb
tabulous-2.1.3 spec/applications/main/rails_4-2-0/app/views/galaxies/_form.html.erb
tabulous-2.1.3 spec/applications/simple_tabs/rails_4-1-1/app/views/galaxies/_form.html.erb
tabulous-2.1.3 spec/applications/simple_tabs/rails_4-2-0/app/views/galaxies/_form.html.erb
tabulous-2.1.2 spec/applications/bootstrap/rails_4-2-0/app/views/galaxies/_form.html.erb
tabulous-2.1.2 spec/applications/simple_tabs/rails_4-2-0/app/views/galaxies/_form.html.erb
tabulous-2.1.2 spec/applications/custom_renderer/rails_4-2-0/app/views/galaxies/_form.html.erb
tabulous-2.1.2 spec/applications/custom_renderer/rails_4-1-1/app/views/galaxies/_form.html.erb