Sha256: a58a00248137df5949fbcd06b5196c0add83c3f4f65c4d209ad42cd395a2a643

Contents?: true

Size: 375 Bytes

Versions: 5

Compression:

Stored size: 375 Bytes

Contents

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

      <ul>
      <% @company.errors.full_messages.each do |msg| %>
        <li><%= msg %></li>
      <% end %>
      </ul>
    </div>
  <% end %>
<%= form_for @company do |f|%>
  <%= stepper f %>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
stepper-0.2.0 test/rails_app/app/views/companies/new.html.erb
stepper-0.1.0 test/rails_app/app/views/companies/new.html.erb
stepper-0.0.4 test/rails_app/app/views/companies/new.html.erb
stepper-0.0.3 test/rails_app/app/views/companies/new.html.erb
stepper-0.0.1 test/rails_app/app/views/companies/new.html.erb