Sha256: 1a4b700482c9037e15a043e133412ad9dc57d96a501c59cfd2f6e31d7604f03c
Contents?: true
Size: 595 Bytes
Versions: 7
Compression:
Stored size: 595 Bytes
Contents
<% javascript "fileupload/fileuploader.js", "manage-fileuploader.js" %> <%= 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, :file_max_size => 1 %> <%= f.hidden_field :fileupload_guid if f.object.new_record? %> </div> <%= f.button :submit %> <% end %>
Version data entries
7 entries across 7 versions & 1 rubygems