Sha256: e85fa1198b78d34e564f61ef4bd4b9c9e17438d7c8ee9f717e6486433272cf3e

Contents?: true

Size: 469 Bytes

Versions: 2

Compression:

Stored size: 469 Bytes

Contents

<%= manage_form_for @user do |f| %>
  <div class="edit-cont">
    <div class="inputs-bl">
      <%= f.input :name, :input_html => { :class => 'name text' } %>
      <%= f.input :email %>
      <%= f.input :password %>
      <%= f.input :password_confirmation %>
      <%= f.input :role_type_id, :collection => RoleType.all %>
    </div>
    
    <%= f.attach_file_field :avatar, :input_html => { :file_max_size => 1 } %>
  </div>
  
  <%= f.button :submit %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sunrise-core-0.1.1 app/views/manage/users/_form.html.erb
sunrise-core-0.1.0 app/views/manage/users/_form.html.erb