Sha256: 3f9e49a80d273df4c7ffbd0bf2fb4d7db92d788aef38401a2803ab13bfdb1f0c

Contents?: true

Size: 399 Bytes

Versions: 55

Compression:

Stored size: 399 Bytes

Contents

- unless current_user.site
  %p{:style => 'float: left; margin-right: 32px'}
    %label{:for=>"layout_site_id", :Class => "admin_only"}
      Site
    - sites = Site.all.map { |s| [s.name, s.id] }
    - selection = {:include_blank => Layout.is_shareable?}
    - selection[:selected] = current_site.id if @layout.new_record? && ! Layout.is_shareable?
    = select :layout, :site_id, sites, selection

Version data entries

55 entries across 55 versions & 2 rubygems

Version Path
trusty-cms-4.0.2 app/views/admin/layouts/_choose_site.html.haml
trusty-cms-3.9.7 app/views/admin/layouts/_choose_site.html.haml
trusty-cms-3.9.6 app/views/admin/layouts/_choose_site.html.haml
trusty-cms-3.9.5 app/views/admin/layouts/_choose_site.html.haml
trusty-cms-4.0.1 app/views/admin/layouts/_choose_site.html.haml
trusty-cms-3.9.4 app/views/admin/layouts/_choose_site.html.haml
trusty-cms-3.9.3 app/views/admin/layouts/_choose_site.html.haml
trusty-cms-3.9.2 app/views/admin/layouts/_choose_site.html.haml
trusty-cms-4.0.0 app/views/admin/layouts/_choose_site.html.haml
trusty-cms-3.9.1 app/views/admin/layouts/_choose_site.html.haml
trusty-cms-3.9.0 app/views/admin/layouts/_choose_site.html.haml
trusty-cms-3.8.4 app/views/admin/layouts/_choose_site.html.haml
trusty-cms-3.8.3 app/views/admin/layouts/_choose_site.html.haml
trusty-cms-3.8.2 app/views/admin/layouts/_choose_site.html.haml
trusty-cms-3.8.1 app/views/admin/layouts/_choose_site.html.haml
trusty-cms-3.8.0 app/views/admin/layouts/_choose_site.html.haml
trusty-cms-3.7.1 app/views/admin/layouts/_choose_site.html.haml
trusty-cms-3.7.0 app/views/admin/layouts/_choose_site.html.haml
trusty-cms-3.6.2 app/views/admin/layouts/_choose_site.html.haml
trusty-cms-3.6.1 app/views/admin/layouts/_choose_site.html.haml