Sha256: 67d913d7ae7162c4a303a0b5a20d94cf88ce2a82ae922ffe937d95c2e622d3f6

Contents?: true

Size: 871 Bytes

Versions: 12

Compression:

Stored size: 871 Bytes

Contents

<h2>Edit <%= resource_name.to_s.humanize %></h2>

<%= form_for(resource, :as => resource_name, :url => registration_path(resource_name), :html => { :method => :put }) do |f| %>
	<%= devise_error_messages! %>
	
	<div class="row">
		<%= f.label :login %>
		<%= f.text_field :login %>
	</div>
	
	<div class="row">
		<%= f.label :email %>
		<%= f.text_field :email %>
	</div>
	
	<div class="row">
		<%= f.label :password %> <i>(leave blank if you don't want to change it)</i>
		<%= f.password_field :password %>
	</div>
	
	<div class="row">
		<%= f.label :password_confirmation %>
		<%= f.password_field :password_confirmation %>
	</div>
	
	<div class="row">
		<%= f.label :current_password %> <i>(we need your current password to confirm your changes)</i>
		<%= f.password_field :current_password %>
	</div>
	
	<div class="row">
		<%= f.submit "Update" %>
	</div>
<% end %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
gb_mapfish_appserver-0.8.7 app/views/registrations/edit.html.erb
gb_mapfish_appserver-0.8.6 app/views/registrations/edit.html.erb
gb_mapfish_appserver-0.8.5 app/views/registrations/edit.html.erb
gb_mapfish_appserver-0.8.4 app/views/registrations/edit.html.erb
gb_mapfish_appserver-0.8.3 app/views/registrations/edit.html.erb
gb_mapfish_appserver-0.8.2 app/views/registrations/edit.html.erb
gb_mapfish_appserver-0.8.1 app/views/registrations/edit.html.erb
gb_mapfish_appserver-0.8.0 app/views/registrations/edit.html.erb
gb_mapfish_appserver-0.0.7 app/views/registrations/edit.html.erb
gb_mapfish_appserver-0.0.6 app/views/registrations/edit.html.erb
gb_mapfish_appserver-0.0.5 app/views/registrations/edit.html.erb
gb_mapfish_appserver-0.0.4 app/views/registrations/edit.html.erb