2011-10-30 23:02:41 +00:00
|
|
|
%h1
|
2012-02-05 23:54:09 +00:00
|
|
|
= link_to current_site.name, locomotive.pages_url
|
2011-10-30 23:02:41 +00:00
|
|
|
|
2011-11-29 01:24:02 +00:00
|
|
|
= render_cell 'locomotive/global_actions', :show, :current_locomotive_account => current_locomotive_account, :current_site_url => current_site_public_url
|
2011-10-30 23:02:41 +00:00
|
|
|
|
2011-11-04 15:55:51 +00:00
|
|
|
- if multi_sites? && current_locomotive_account.sites.size > 1
|
2012-01-30 09:56:38 +00:00
|
|
|
= render 'locomotive/shared/site_picker'
|
2012-01-14 00:38:09 +00:00
|
|
|
|
2012-02-09 10:36:10 +00:00
|
|
|
- if localized?
|
|
|
|
= render_cell 'locomotive/content_locale_picker', :show, :site => current_site, :locale => current_content_locale
|