Sha256: 9c76badee22b551cc799fa0777924bdb980c64feb26d4b60600e35369705d503
Contents?: true
Size: 481 Bytes
Versions: 19
Compression:
Stored size: 481 Bytes
Contents
<%= simple_form_for user, :html => { :class => 'form-horizontal' } do |f| %> <%= f.input :forename %> <%= f.input :surname %> <%= f.input :email %> <%= f.input :telephone_number %> <%= f.input :password %> <%= f.input :password_confirmation %> <%= f.input :role, :collection => User::ROLES.map { |r| [r.humanize, r] } %> <%= f.input :active %> <div class="form-actions"> <%= submit_tag t('txt.common.save'), :class => 'btn btn-primary' %> </div> <% end %>
Version data entries
19 entries across 19 versions & 1 rubygems