Sha256: 4fcd1f397a5a814364177717ff328ad622a7c4d33f1d08cacbac7dfac7f6b6d1

Contents?: true

Size: 415 Bytes

Versions: 3

Compression:

Stored size: 415 Bytes

Contents

<h2>Simple Form</h2>

<%= simple_form_for(@address) do |f| %>
  <%= f.error_notification %>

  <div class="form-inputs">
    <%= f.input :zipcode, as: :zipcode %>
    <%= f.input :street, as: :street %>
    <%= f.input :neighborhood, as: :neighborhood %>
    <%= f.input :city, as: :city %>
    <%= f.input :state, as: :state %>
  </div>

  <div class="form-actions">
    <%= f.button :submit %>
  </div>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
autocomplete_zipcode-0.1.1 example/app/views/addresses/_form.html.erb
autocomplete_zipcode-0.1.0 example/app/views/addresses/_form.html.erb
autocomplete_zipcode-0.0.1 example/app/views/addresses/_form.html.erb