Sha256: fc8835c2915984d282f8d0e4df5df4fe54a8a5564ab1f7e13f3ec61338175809

Contents?: true

Size: 595 Bytes

Versions: 7

Compression:

Stored size: 595 Bytes

Contents

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

      <ul>
      <% maker.errors.full_messages.each do |message| %>
        <li><%= message %></li>
      <% end %>
      </ul>
    </div>
  <% end %>

  <div class="field">
    <%= f.label :name_ja %>
    <%= f.text_field :name_ja %>
  </div>

  <div class="field">
    <%= f.label :name_en %>
    <%= f.text_field :name_en %>
  </div>

  <div class="actions">
    <%= f.submit %>
  </div>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
autocompl-0.2.2 test/dummy/app/views/makers/_form.html.erb
autocompl-0.2.1 test/dummy/app/views/makers/_form.html.erb
autocompl-0.2.0 test/dummy/app/views/makers/_form.html.erb
autocompl-0.1.2 test/dummy/app/views/makers/_form.html.erb
autocompl-0.1.1 test/dummy/app/views/makers/_form.html.erb
autocompl-0.1.0 test/dummy/app/views/makers/_form.html.erb
autocompl-0.0.1 test/dummy/app/views/makers/_form.html.erb