Sha256: ad1f4acb41dc892981b0174094811cbcf01cedad5ee50c6a5a814754f4ad8561

Contents?: true

Size: 373 Bytes

Versions: 9

Compression:

Stored size: 373 Bytes

Contents

- title t('.title')

= content_for :header do
  = render 'locomotive/shared/account_navigation'

.public-box.without-padding
  .public-intro.with-padding
    h3= t('.title')
    p= t('.description')

  .public-entries
    = render @sites

  - if policy(Locomotive::Site).new?
    = link_to new_site_url, class: 'public-entry is-add' do
      i.fa.fa-plus
      = t('.new')

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
locomotivecms-4.2.0.alpha2 app/views/locomotive/sites/index.html.slim
locomotivecms-4.2.0.alpha1 app/views/locomotive/sites/index.html.slim
locomotivecms-4.1.1 app/views/locomotive/sites/index.html.slim
locomotivecms-4.1.0 app/views/locomotive/sites/index.html.slim
locomotivecms-4.1.0.rc1 app/views/locomotive/sites/index.html.slim
locomotivecms-4.0.3 app/views/locomotive/sites/index.html.slim
locomotivecms-4.0.2 app/views/locomotive/sites/index.html.slim
locomotivecms-4.0.1 app/views/locomotive/sites/index.html.slim
locomotivecms-4.0.0 app/views/locomotive/sites/index.html.slim