Sha256: 27e618904698ca44b32567f6e10d4e5e2c6c6120826de2bea4d5af5188c768d3

Contents?: true

Size: 382 Bytes

Versions: 8

Compression:

Stored size: 382 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)

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
locomotive_cms-2.2.2 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.2.1 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.2.0 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.1.4 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.1.3 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.1.2 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.1.1 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.1.0 app/views/locomotive/shared/_site_picker.html.haml