Sha256: 7f291257c9209fbe6567b8a05058940ad66d9ac99dbee3323f3157c5f059070b

Contents?: true

Size: 920 Bytes

Versions: 55

Compression:

Stored size: 920 Bytes

Contents

<%= form_for(@bookstore) do |f| -%>
  <%= f.error_messages -%>

  <div class="field">
    <%= f.label :name -%><br />
    <%= f.text_field :name -%>
  </div>

  <div class="field">
    <%= f.label :zip_code -%><br />
    <%= f.text_field :zip_code -%>
  </div>

  <div class="field">
    <%= f.label :address -%><br />
    <%= f.text_area :address, class: 'resource_textarea' -%>
  </div>

  <div class="field">
    <%= f.label :telephone_number -%><br />
    <%= f.phone_field :telephone_number -%>
  </div>

  <div class="field">
    <%= f.label :fax_number -%><br />
    <%= f.phone_field :fax_number -%>
  </div>

  <div class="field">
    <%= f.label :url -%><br />
    <%= f.url_field :url, class: 'resource_url' -%>
  </div>

  <div class="field">
    <%= f.label :note -%><br />
    <%= f.text_area :note, class: 'resource_textarea' -%>
  </div>

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

Version data entries

55 entries across 53 versions & 2 rubygems

Version Path
enju_library-0.3.11 app/views/bookstores/_form.html.erb
enju_library-0.3.10 app/views/bookstores/_form.html.erb
enju_library-0.3.9 app/views/bookstores/_form.html.erb
enju_library-0.3.8 app/views/bookstores/_form.html.erb
enju_library-0.3.8.rc.2 app/views/bookstores/_form.html.erb
enju_library-0.3.8.rc.1 app/views/bookstores/_form.html.erb
enju_library-0.4.0.rc.1 app/views/bookstores/_form.html.erb
enju_library-0.3.7 app/views/bookstores/_form.html.erb
enju_library-0.3.6 app/views/bookstores/_form.html.erb
enju_library-0.4.0.beta.4 app/views/bookstores/_form.html.erb
enju_library-0.4.0.beta.3 app/views/bookstores/_form.html.erb
enju_library-0.4.0.beta.2 app/views/bookstores/_form.html.erb
enju_library-0.4.0.beta.1 app/views/bookstores/_form.html.erb
enju_library-0.3.5 app/views/bookstores/_form.html.erb
enju_library-0.3.4 app/views/bookstores/_form.html.erb
enju_library-0.3.3 app/views/bookstores/_form.html.erb
enju_library-0.3.2 app/views/bookstores/_form.html.erb
enju_library-0.3.1 app/views/bookstores/_form.html.erb
enju_library-0.3.0 app/views/bookstores/_form.html.erb
enju_library-0.3.0.rc.1 app/views/bookstores/_form.html.erb