mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
Move H3 to top of page.
This commit is contained in:
parent
3be7b82af8
commit
25e3c53042
@ -1,7 +1,8 @@
|
|||||||
|
%h3= "Account Activation for #{resource.email}"
|
||||||
|
|
||||||
= semantic_form_for resource, :as => resource_name, :url => update_user_confirmation_path, :html => {:method => 'put'}, :id => 'activation-form' do |f|
|
= semantic_form_for resource, :as => resource_name, :url => update_user_confirmation_path, :html => {:method => 'put'}, :id => 'activation-form' do |f|
|
||||||
= devise_error_messages!
|
= devise_error_messages!
|
||||||
= field_set_tag "", :class => "inputs" do
|
= field_set_tag "", :class => "inputs" do
|
||||||
%h3= "Account Activation for #{resource.email}"
|
|
||||||
%ol
|
%ol
|
||||||
- if @requires_password
|
- if @requires_password
|
||||||
= f.input :password, :label => 'Choose a Password'
|
= f.input :password, :label => 'Choose a Password'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user