Sha256: 7ff01451547f1cdec4cf0d15495c95330c8fde9bdd859da99d6f6c63200c434e

Contents?: true

Size: 537 Bytes

Versions: 64

Compression:

Stored size: 537 Bytes

Contents

<%= simple_form_for(@country, :validate => true) do |f| %>
  <%= f.error_notification %>

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

  <div class="field">
    <%= f.label :display_name %><br />
    <%= f.text_area :display_name, :class => 'resource_textarea' %>
  </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

64 entries across 64 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre55 app/views/countries/_form.html.erb
enju_biblio-0.1.0.pre54 app/views/countries/_form.html.erb
enju_biblio-0.1.0.pre53 app/views/countries/_form.html.erb
enju_biblio-0.1.0.pre52 app/views/countries/_form.html.erb
enju_biblio-0.1.0.pre51 app/views/countries/_form.html.erb
enju_biblio-0.1.0.pre50 app/views/countries/_form.html.erb
enju_biblio-0.1.0.pre49 app/views/countries/_form.html.erb
enju_biblio-0.1.0.pre48 app/views/countries/_form.html.erb
enju_biblio-0.1.0.pre47 app/views/countries/_form.html.erb
enju_biblio-0.1.0.pre46 app/views/countries/_form.html.erb
enju_biblio-0.1.0.pre45 app/views/countries/_form.html.erb
enju_biblio-0.1.0.pre44 app/views/countries/_form.html.erb
enju_biblio-0.1.0.pre43 app/views/countries/_form.html.erb
enju_biblio-0.1.0.pre42 app/views/countries/_form.html.erb
enju_biblio-0.1.0.pre41 app/views/countries/_form.html.erb
enju_biblio-0.1.0.pre40 app/views/countries/_form.html.erb
enju_biblio-0.1.0.pre39 app/views/countries/_form.html.erb
enju_biblio-0.1.0.pre38 app/views/countries/_form.html.erb
enju_biblio-0.1.0.pre37 app/views/countries/_form.html.erb
enju_biblio-0.1.0.pre36 app/views/countries/_form.html.erb