Sha256: dba0a380a49076f207840f29df17fb734c888a84e175a3b6d08a983279def9eb

Contents?: true

Size: 344 Bytes

Versions: 5

Compression:

Stored size: 344 Bytes

Contents

.site
  = link_to dashboard_url(site), class: 'media' do

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

    .pull-left
      = image_tag site_picture_url(site), class: 'img-circle', alt: site.name

    .media-body
      h2= site.name.truncate(22)

      .domain
        = site.main_domain.try(:truncate, 28) || t('.no_domain')

Version data entries

5 entries across 5 versions & 1 rubygems

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