1
0
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:
Dan Barber 2011-10-11 13:59:37 +01:00
parent 3be7b82af8
commit 25e3c53042

View File

@ -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|
= devise_error_messages!
= field_set_tag "", :class => "inputs" do
%h3= "Account Activation for #{resource.email}"
%ol
- if @requires_password
= f.input :password, :label => 'Choose a Password'