Sha256: 456861b6a3379024758618cb97a877b42cd7d65315afe9eaa9bb9de76e0f4e09
Contents?: true
Size: 1.05 KB
Versions: 3
Compression:
Stored size: 1.05 KB
Contents
.page-header = link_to t('.new_link'), new_comfy_admin_cms_site_path, :class => 'btn btn-default pull-right' %h2= t('.title') = render 'comfy/admin/cms/partials/sites_before' %table.table.table-hover.table-bordered - @sites.each do |site| %tr %td .icon %td.main .item-title = link_to site.label, comfy_admin_cms_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.btn-group-sm = link_to t('.select'), comfy_admin_cms_site_pages_path(site), :class => 'btn btn-default' = link_to t('.edit'), edit_comfy_admin_cms_site_path(site), :class => 'btn btn-default' = link_to t('.delete'), comfy_admin_cms_site_path(site), :method => :delete, :data => {:confirm => t('.are_you_sure')}, :class => 'btn btn-danger' = render 'comfy/admin/cms/partials/sites_after'
Version data entries
3 entries across 3 versions & 1 rubygems