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