Sha256: f2d010bedb2b1256a31ecd8e0a5469343ce32d3f2b72c30e3719b863f14e8aee

Contents?: true

Size: 1.07 KB

Versions: 28

Compression:

Stored size: 1.07 KB

Contents

.box.translations

  = active_link_to edit_comfy_admin_cms_site_page_path(@site, @page), class: "btn btn-block btn-sm btn-light text-left text-truncate mb-1" do
    = content_tag(:span, @site.locale, class: "badge badge-light text-uppercase")
    = @page.label

  - @page.translations.each do |translation|
    .btn-group.btn-group-sm.d-flex.mb-1
      - url = edit_comfy_admin_cms_site_page_translation_path(@site, @page, translation)
      - published_css_class = translation.is_published? ? "published" : "draft"
      = active_link_to url, class: "#{published_css_class} translation btn text-left text-truncate btn-light w-100" do
        = content_tag(:span, translation.locale, class: "badge badge-light text-uppercase")
        = translation.label

      - url = comfy_admin_cms_site_page_translation_path(@site, @page, translation)
      = link_to url, method: :delete, data: {confirm: t(".confirm")}, class: "btn btn-danger" do
        %i.fas.fa-fw.fa-times

  = link_to t(".new"), new_comfy_admin_cms_site_page_translation_path(@site, @page), class: "btn btn-sm btn-secondary d-block mb-1"

Version data entries

28 entries across 28 versions & 7 rubygems

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