Sha256: 792c26cd8d5437d397283c0b06a5000532b9649b2b74f39aa9b60c2c4c3fe9ab

Contents?: true

Size: 1.37 KB

Versions: 27

Compression:

Stored size: 1.37 KB

Contents

- content_for :right_column do
  = render "comfy/admin/cms/categories/index", type: "Comfy::Cms::Snippet"

.page-header
  = link_to t('.new_link'), new_comfy_admin_cms_site_snippet_path(@site), class: "btn btn-secondary float-right"
  %h2= t('.title')

= comfy_admin_partial "comfy/admin/cms/partials/snippets_before"

%ul.list.sortable
  - @snippets.each do |snippet|
    %li{data: {id: snippet.id}}
      .row
        .col-md-6.item
          .item-controls.d-none.d-lg-block
            - if !params[:categories].present? && @site.snippets.count > 1
              .dragger
                %i.fas.fa-bars
          .item-content
            .item-title
              = link_to snippet.label, edit_comfy_admin_cms_site_snippet_path(@site, snippet)
            .item-meta
              = snippet.identifier

        .col-md-2.item-categories.d-flex.align-items-center
          = render "comfy/admin/cms/categories/categories", object: snippet

        .col-md-4.d-flex.align-items-center.justify-content-md-end
          .btn-group.btn-group-sm
            = link_to t('.edit'), edit_comfy_admin_cms_site_snippet_path(@site, snippet), class: 'btn btn-outline-secondary'
            = link_to t('.delete'), comfy_admin_cms_site_snippet_path(@site, snippet), method: :delete, data: {confirm: t('.are_you_sure')}, class: 'btn btn-danger'

= comfy_admin_partial "comfy/admin/cms/partials/snippets_after"

Version data entries

27 entries across 27 versions & 7 rubygems

Version Path
comfortable_media_surfer-3.1.1 app/views/comfy/admin/cms/snippets/index.html.haml
comfortable_media_surfer-3.1.0 app/views/comfy/admin/cms/snippets/index.html.haml
comfortable_media_surfer-3.0.0 app/views/comfy/admin/cms/snippets/index.html.haml
comfortable_mexican_sofa-2.0.19 app/views/comfy/admin/cms/snippets/index.html.haml
PixelForce_ETS-0.0.2 app/views/comfy/admin/cms/snippets/index.html.haml
PixelForce_ETS-0.0.1 app/views/comfy/admin/cms/snippets/index.html.haml
kcyEtsTest2-0.0.4 app/views/comfy/admin/cms/snippets/index.html.haml
kcyEtsTest2-0.0.3 app/views/comfy/admin/cms/snippets/index.html.haml
kcyEtsTest2-0.0.2 app/views/comfy/admin/cms/snippets/index.html.haml
kcyEtsTest2-0.0.1 app/views/comfy/admin/cms/snippets/index.html.haml
kcyEtsTest-0.0.1 app/views/comfy/admin/cms/snippets/index.html.haml
kcyEtsTest-2.2.19 app/views/comfy/admin/cms/snippets/index.html.haml
ComfortableMexicanSofa-2.0.18 app/views/comfy/admin/cms/snippets/index.html.haml
kcy1-1.0 app/views/comfy/admin/cms/snippets/index.html.haml
comfortable_mexican_sofa-2.0.18 app/views/comfy/admin/cms/snippets/index.html.haml
comfortable_mexican_sofa-2.0.17 app/views/comfy/admin/cms/snippets/index.html.haml
comfortable_mexican_sofa-2.0.16 app/views/comfy/admin/cms/snippets/index.html.haml
comfortable_mexican_sofa-2.0.15 app/views/comfy/admin/cms/snippets/index.html.haml
comfortable_mexican_sofa-2.0.14 app/views/comfy/admin/cms/snippets/index.html.haml
comfortable_mexican_sofa-2.0.13 app/views/comfy/admin/cms/snippets/index.html.haml