Sha256: f629f43f0a23d95158b47e116cfba330f07255abbcd8f01f6a7229641e7fbe87

Contents?: true

Size: 460 Bytes

Versions: 5

Compression:

Stored size: 460 Bytes

Contents

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

  <div class="field">
    <%= f.label :name %><br />
    <%= f.text_field :name, required: true %>
  </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

5 entries across 5 versions & 1 rubygems

Version Path
enju_circulation-0.4.0.rc.1 app/views/use_restrictions/_form.html.erb
enju_circulation-0.4.0.beta.4 app/views/use_restrictions/_form.html.erb
enju_circulation-0.4.0.beta.3 app/views/use_restrictions/_form.html.erb
enju_circulation-0.4.0.beta.2 app/views/use_restrictions/_form.html.erb
enju_circulation-0.4.0.beta.1 app/views/use_restrictions/_form.html.erb