From 25e3c53042b1e6800aea65aaf3194bd3f4a62240 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Tue, 11 Oct 2011 13:59:37 +0100 Subject: [PATCH] Move H3 to top of page. --- app/views/admin/confirmations/show.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/admin/confirmations/show.html.haml b/app/views/admin/confirmations/show.html.haml index 99d5bb4..c0d5022 100644 --- a/app/views/admin/confirmations/show.html.haml +++ b/app/views/admin/confirmations/show.html.haml @@ -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'