Sha256: 2203e95b30d3172bdbf12b245a35c00f2e4a437735ec2ff79d0e509ea2536133
Contents?: true
Size: 1.12 KB
Versions: 3
Compression:
Stored size: 1.12 KB
Contents
<%= simple_form_for(@user_group, :validate => true) do |f| %> <%= f.error_notification -%> <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 :valid_period_for_new_user %><br /> <%= f.text_field :valid_period_for_new_user, :class => 'resource_integer' %> </div> <div class="field"> <%= f.label :number_of_day_to_notify_due_date %><br /> <%= f.text_field :number_of_day_to_notify_due_date, :class => 'resource_integer' %> </div> <div class="field"> <%= f.label :number_of_day_to_notify_overdue %><br /> <%= f.text_field :number_of_day_to_notify_overdue, :class => 'resource_integer' %> </div> <div class="field"> <%= f.label :number_of_time_to_notify_overdue %><br /> <%= f.text_field :number_of_time_to_notify_overdue, :class => 'resource_integer' %> </div> <div class="field"> <%= f.label :note %><br /> <%= f.text_area :note %> </div> <div class="actions"> <%= f.submit %> </div> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
enju_leaf-1.1.0.rc1 | app/views/user_groups/_form.html.erb |
enju_leaf-1.1.0.beta3 | app/views/user_groups/_form.html.erb |
enju_leaf-1.1.0.pre3 | app/views/user_groups/_form.html.erb |