Sha256: b9950fd44151ee30ff9e3341cf50b69e95d09863492baeccae6b74d967e487b9

Contents?: true

Size: 391 Bytes

Versions: 17

Compression:

Stored size: 391 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

17 entries across 17 versions & 2 rubygems

Version Path
locomotive_cms-2.0.3 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.0.2 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.0.1 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.0.0 app/views/locomotive/shared/_site_picker.html.haml
tribeca_cms-0.1.1 app/views/locomotive/shared/_site_picker.html.haml
tribeca_cms-2.0.0.rc12 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.0.0.rc12 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.0.0.rc11 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.0.0.rc10 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.0.0.rc9 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.0.0.rc8 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.0.0.rc7 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.0.0.rc6 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.0.0.rc5 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.0.0.rc4 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.0.0.rc2 app/views/locomotive/shared/_site_picker.html.haml
locomotive_cms-2.0.0.rc1 app/views/locomotive/shared/_site_picker.html.haml