mirror of
				https://github.com/heartcombo/devise.git
				synced 2022-11-09 12:18:31 -05:00 
			
		
		
		
	updated confirmation views with the same formatting and added fields and actions to tag
This commit is contained in:
		
							parent
							
								
									f9ca733e68
								
							
						
					
					
						commit
						51263f995b
					
				
					 1 changed files with 7 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -3,10 +3,14 @@
 | 
			
		|||
<%= form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f| %>
 | 
			
		||||
  <%= devise_error_messages! %>
 | 
			
		||||
 | 
			
		||||
  <div><%= f.label :email %><br />
 | 
			
		||||
  <%= f.email_field :email, autofocus: true %></div>
 | 
			
		||||
  <div class="fields">
 | 
			
		||||
    <%= f.label :email %><br />
 | 
			
		||||
    <%= f.email_field :email, autofocus: true %>
 | 
			
		||||
  </div>
 | 
			
		||||
 | 
			
		||||
  <div><%= f.submit "Resend confirmation instructions" %></div>
 | 
			
		||||
  <div class="actions">
 | 
			
		||||
    <%= f.submit "Resend confirmation instructions" %>
 | 
			
		||||
  </div>
 | 
			
		||||
<% end %>
 | 
			
		||||
 | 
			
		||||
<%= render "devise/shared/links" %>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue