Sha256: 5df3863b8b2cba32f22e016b99208d3272697fc3cd1e57645549a387316f0f09

Contents?: true

Size: 280 Bytes

Versions: 5

Compression:

Stored size: 280 Bytes

Contents

- content_for :site_title do
  = t('.title')

.row
  .sites
    = render @sites

    .site.new-site
      = link_to new_site_url, class: 'media' do

        .pull-right.arrow
          span
            i.fa.fa-plus

        .media-body
          h2= t('.new')

    .clearfix





Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
locomotivecms-3.0.0.rc4 app/views/locomotive/sites/index.html.slim
locomotivecms-3.0.0.rc3 app/views/locomotive/sites/index.html.slim
locomotivecms-3.0.0.rc2 app/views/locomotive/sites/index.html.slim
locomotivecms-3.0.0.rc1 app/views/locomotive/sites/index.html.slim
locomotivecms-3.0.0.pre.beta.1 app/views/locomotive/sites/index.html.slim