Sha256: 7ec22a95ce5abbb2c5ef8c584624f2d208eda5f5d0c7f6c4c8cbac1ce41d5b88

Contents?: true

Size: 426 Bytes

Versions: 18

Compression:

Stored size: 426 Bytes

Contents

#sites-picker{ style: 'display: none' }
  %ul
    - current_locomotive_account.sites.each do |site|
      - unless current_site._id == site._id
        %li
          = link_to site.name, locomotive.pages_url(host: site.full_subdomain, port: request.port, protocol: request.ssl? ? 'https' : 'http')

  - if can?(:manage, Locomotive::Site)
    %p.action
      = link_to t('locomotive.sites_picker.new'), locomotive.new_site_path

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
locomotive_cms-2.5.7 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.5.6 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.5.6.rc2 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.5.6.rc1 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.5.5 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.5.4 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.5.3 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.5.2 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.5.1 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.5.0 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.5.0.rc3 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.5.0.rc2 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.5.0.rc1 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.4.1 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.4.0 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.3.1 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.3.0 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.2.3 app/views/locomotive/shared/_site_picker.html.haml