Skip to content

Commit

Permalink
page rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
obliquid committed Feb 22, 2012
1 parent be562c7 commit 6b1fccf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions views/includes/header.jade
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ div.headerCont
div.headerStatusSignedIn.size5.floatLeft
div(style='width:30px;height:23px;').buttonUsers.floatLeft
h6(style='margin-bottom:0px;line-height:16px;').floatLeft #{__i('you are')}:  
h5(title='#{session.email}',style='margin-bottom:0px;line-height:16px;').floatLeft #{ trunc(session.email,25) }   
h5(title='#{session.email}',style='margin-bottom:0px;line-height:16px;').floatLeft #{ trunc(session.email,35) }   
a(href='/signout') #{__i('sign out')}
if session.user_id == 'superadmin'
span #{__i('super admin mode')}!
Expand All @@ -71,8 +71,8 @@ div.headerCont
if app.jsl.config.usersCanRegister
span or
a(href='/users/edit/new') #{__i('register')}
div.headerStatusMini.floatRight.size1
div.headerStatusSignedIn.size5.floatLeft
div.headerStatusMini.floatRight
div.headerStatusSignedIn
h6(style='margin-bottom:0px;line-height:16px;').floatLeft #{__i('languages')}
each locale in app.i18n.getLocalesNames()
if locale == app.i18n.getLocale()
Expand Down

0 comments on commit 6b1fccf

Please sign in to comment.