engine/app/views/locomotive/shared/_header.html.haml

16 lines
626 B
Plaintext

%h1
= link_to current_site.name, locomotive_pages_url, :class => 'single'
= render_cell 'admin/global_actions', :show, :current_account => current_account, :current_site_url => current_site_url
- if multi_sites? && current_account.sites.size > 1
#sites-picker{ :style => 'display: none' }
%ul
- current_account.sites.each do |site|
- unless current_site._id == site._id
%li
= link_to site.name, new_locomotive_cross_domain_session_url(:target_id => site._id)
- if can?(:manage, Site)
%p.action
= link_to t('locomotive.sites_picker.new'), new_locomotive_site_url