Sha256: fd29bdb0ab324d2510d42a342465360f9a45681b072e61f49e3048e6c2dcce68

Contents?: true

Size: 917 Bytes

Versions: 13

Compression:

Stored size: 917 Bytes

Contents

.page-header
  = link_to t('.new_link'), new_cms_admin_site_path, :class => 'btn pull-right'
  %h2= t('.title')

%table.table.table-hover.table-bordered
  - @sites.each do |site|
    %tr
      %td
        .icon
      %td.main
        .item-title
          = link_to site.label, cms_admin_site_pages_path(site)
        .item-meta
          .identifier
            = site.identifier
            = "(#{site.locale})"
          .host
            - host = "http://#{site.hostname}/#{site.path}"
            = link_to host, host, :target => '_blank'
      %td
        .btn-group
          = link_to t('.select'),  cms_admin_site_pages_path(site), :class => 'btn btn-small'
          = link_to t('.edit'), edit_cms_admin_site_path(site), :class => 'btn btn-small'
          = link_to t('.delete'), cms_admin_site_path(site), :method => :delete, :data => {:confirm => t('.are_you_sure')}, :class => 'btn btn-small btn-danger'

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
comfortable_mexican_sofa-1.9.2 app/views/cms_admin/sites/index.html.haml
comfortable_mexican_sofa-1.8.5 app/views/cms_admin/sites/index.html.haml
comfortable_mexican_sofa-1.9.1 app/views/cms_admin/sites/index.html.haml
comfortable_mexican_sofa-1.9.0 app/views/cms_admin/sites/index.html.haml
comfortable_mexican_sofa-1.8.4 app/views/cms_admin/sites/index.html.haml
comfortable_mexican_sofa-1.8.3 app/views/cms_admin/sites/index.html.haml
comfortable_mexican_sofa-1.8.2 app/views/cms_admin/sites/index.html.haml
comfypress-0.1.3 app/views/cms_admin/sites/index.html.haml
comfortable_mexican_sofa-1.8.1 app/views/cms_admin/sites/index.html.haml
comfortable_mexican_sofa-1.8.0 app/views/cms_admin/sites/index.html.haml
comfortable_mexican_sofa-1.7.3 app/views/cms_admin/sites/index.html.haml
comfortable_mexican_sofa-1.7.1 app/views/cms_admin/sites/index.html.haml
comfortable_mexican_sofa-1.7.0 app/views/cms_admin/sites/index.html.haml