[Jifty-commit] jifty branch, master, updated. 1.10518-15-g81830b9

Jifty commits jifty-commit at lists.jifty.org
Wed Jun 1 10:34:08 EDT 2011


The branch, master has been updated
       via  81830b96e6315f5b1998caa0de8e6c04fc2977c2 (commit)
      from  3e0b509d19d86e633b41f653cb0f94d28ba771be (commit)

Summary of changes:
 lib/Jifty/Plugin/Authentication/Password/View.pm |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 81830b96e6315f5b1998caa0de8e6c04fc2977c2
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Wed Jun 1 10:33:35 2011 -0400

    Remove manual h1.title elements since we specify page titles for the templates

diff --git a/lib/Jifty/Plugin/Authentication/Password/View.pm b/lib/Jifty/Plugin/Authentication/Password/View.pm
index f1cec3d..9e1a611 100644
--- a/lib/Jifty/Plugin/Authentication/Password/View.pm
+++ b/lib/Jifty/Plugin/Authentication/Password/View.pm
@@ -97,7 +97,6 @@ template 'let/reset_lost_password' => page { title => _('Reset lost password') }
     my ( $next ) = get(qw(next));
     my $action = Jifty->web->new_action( class => 'ResetLostPassword' );
 
-    h1 { {class is 'title'};  _('Reset lost password')};
     Jifty->web->form->start( call => $next );
         render_param( $action => $_ ) for ( $action->argument_names );
         form_return( label => _("New password"), submit => $action );
@@ -132,7 +131,6 @@ template 'lost_password' => page { title => 'Send a link to reset your password'
         class   => 'SendPasswordReminder',
     );
 
-    h1 { {class is 'title'};  _('Send a link to reset your password')};
     outs( _(  "You lost your password. A link to reset it will be sent to the following email address:"));
     my $focused = 0;
     Jifty->web->form->start( call => $next );

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list