2010-04-24 00:32:36 +00:00
|
|
|
%h1= link_to current_site.name, '#'
|
|
|
|
|
|
|
|
#global-actions-bar
|
2010-07-20 10:15:53 +00:00
|
|
|
= preserve(t('.welcome', :name => link_to(current_admin.name, edit_admin_my_account_url)))
|
2010-04-24 00:32:36 +00:00
|
|
|
%span= '|'
|
2010-05-10 22:39:52 +00:00
|
|
|
= link_to t('.see'), main_site_url
|
2010-04-24 00:32:36 +00:00
|
|
|
%span= '|'
|
2010-06-10 22:07:59 +00:00
|
|
|
= link_to t('.logout'), destroy_admin_session_url, :confirm => t('admin.messages.confirm')
|