Sha256: e68b888cfd46f6e008a4a90af757e399147e3cd53cbab710b39af02b6629dac2

Contents?: true

Size: 697 Bytes

Versions: 45

Compression:

Stored size: 697 Bytes

Contents

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

      <ul>
      <% @person.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="field">
    <%= f.label :born_on %><br />
    <%= f.date_select :born_on %>
  </div>
  <div class="field">
    <%= f.label :height %><br />
    <%= f.text_field :height %>
  </div>
  <div class="actions">
    <%= f.submit %>
  </div>
<% end %>

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
active_list-8.1.0 test/dummy/app/views/people/_form.html.erb
active_list-7.3.0 test/dummy/app/views/people/_form.html.erb
active_list-8.0.0 test/dummy/app/views/people/_form.html.erb
active_list-7.2.0 test/dummy/app/views/people/_form.html.erb
active_list-7.1.0 test/dummy/app/views/people/_form.html.erb
active_list-7.0.0 test/dummy/app/views/people/_form.html.erb
active_list-6.10.0 test/dummy/app/views/people/_form.html.erb
active_list-6.9.4 test/dummy/app/views/people/_form.html.erb
active_list-6.9.3 test/dummy/app/views/people/_form.html.erb
active_list-6.9.2 test/dummy/app/views/people/_form.html.erb
active_list-6.9.1 test/dummy/app/views/people/_form.html.erb
active_list-6.9.0 test/dummy/app/views/people/_form.html.erb
active_list-6.8.3 test/dummy/app/views/people/_form.html.erb
active_list-6.8.2 test/dummy/app/views/people/_form.html.erb
active_list-6.8.1 test/dummy/app/views/people/_form.html.erb
active_list-6.8.0 test/dummy/app/views/people/_form.html.erb
active_list-6.7.6 test/dummy/app/views/people/_form.html.erb
active_list-6.7.5 test/dummy/app/views/people/_form.html.erb
active_list-6.7.4 test/dummy/app/views/people/_form.html.erb
active_list-6.7.3 test/dummy/app/views/people/_form.html.erb