Sha256: 9835b5e8bf466c9ee3f8eda3fd2f645b0dde5b8780f1215e3e90a0d2e8a94d5a

Contents?: true

Size: 416 Bytes

Versions: 27

Compression:

Stored size: 416 Bytes

Contents

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

  <div class="field">
    <%= f.label :name %><br />
    <%= f.text_field :name %>
  </div>
  <div class="field">
    <%= f.label :display_name %><br />
    <%= f.text_area :display_name %>
  </div>
  <div class="field">
    <%= f.label :note %><br />
    <%= f.text_area :note %>
  </div>
  <div class="actions">
    <%= f.submit %>
  </div>
<% end %>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre69 app/views/agent_types/_form.html.erb
enju_biblio-0.1.0.pre68 app/views/agent_types/_form.html.erb
enju_biblio-0.1.0.pre67 app/views/agent_types/_form.html.erb
enju_biblio-0.1.0.pre66 app/views/agent_types/_form.html.erb
enju_biblio-0.1.0.pre65 app/views/agent_types/_form.html.erb
enju_biblio-0.1.0.pre64 app/views/agent_types/_form.html.erb
enju_biblio-0.1.0.pre63 app/views/agent_types/_form.html.erb
enju_biblio-0.1.0.pre62 app/views/agent_types/_form.html.erb
enju_biblio-0.1.0.pre61 app/views/agent_types/_form.html.erb
enju_biblio-0.1.0.pre60 app/views/agent_types/_form.html.erb
enju_biblio-0.1.0.pre59 app/views/agent_types/_form.html.erb
enju_biblio-0.1.0.pre58 app/views/agent_types/_form.html.erb
enju_biblio-0.1.0.pre57 app/views/agent_types/_form.html.erb
enju_biblio-0.1.0.pre56 app/views/agent_types/_form.html.erb
enju_biblio-0.1.0.pre55 app/views/agent_types/_form.html.erb
enju_biblio-0.1.0.pre54 app/views/agent_types/_form.html.erb
enju_biblio-0.1.0.pre53 app/views/agent_types/_form.html.erb
enju_biblio-0.1.0.pre52 app/views/agent_types/_form.html.erb
enju_biblio-0.1.0.pre51 app/views/agent_types/_form.html.erb
enju_biblio-0.1.0.pre50 app/views/agent_types/_form.html.erb