Sha256: 19d246560697dfa973fdd05e1aac1e5e98126f8fc601f4bb04450028923a4de7

Contents?: true

Size: 1.3 KB

Versions: 25

Compression:

Stored size: 1.3 KB

Contents

.container
  .row
    .col-lg-2
      = link_to admin_meta_tags_path, 'data-position' => 'bottom', 'data-tooltip' => t('keppler.actions.back') do
        .arrow-back.btn.btn-default
          %i.icon-arrow-left
          = t('keppler.actions.back')
          .clearfix
  .show-section
    .row
      .col-lg-12
        .box.slice-box.p-15
          .box-header.with-border
            %h3.box-title= t 'keppler.sidebar-menu.seo-submenu.title-metas'
            .box-tools.pull-right
              - if can?(MetaTag).update?
                = link_to edit_admin_meta_tag_path(@meta_tag), class: 'btn btn-box-tool', title: t('keppler.actions.edit') do
                  %i.icon-pencil
              - if can?(MetaTag).destroy?
                = link_to admin_meta_tag_path(@meta_tag), class: 'btn btn-box-tool', title: t('keppler.actions.delete'), method: :delete, data: { confirm: t('keppler.messages.data_confirm') } do
                  %i.icon-trash
          .box-body.box-body-no-padding
            %table.table
              %tbody
                - @meta_tag.as_json(only: %w[id title description meta_tags url created_at]).each do |attribute, value|
                  %tr.list-row
                    %th.display-label= t("activerecord.attributes.#{attribute}")
                    %td.display-value.fs-body-1.tc-black-2= value

Version data entries

25 entries across 24 versions & 1 rubygems

Version Path
keppler-2.1.22 installer/core/app/views/admin/meta_tags/show.html.haml
keppler-2.1.21 installer/core/app/views/admin/meta_tags/show.html.haml
keppler-2.1.20 installer/core/app/views/admin/meta_tags/show.html.haml
keppler-2.1.19 installer/core/app/views/admin/meta_tags/show.html.haml
keppler-2.1.18 testing-with-2.1.18/app/views/admin/meta_tags/show.html.haml
keppler-2.1.18 installer/core/app/views/admin/meta_tags/show.html.haml
keppler-2.1.17 installer/core/app/views/admin/meta_tags/show.html.haml
keppler-2.1.16 installer/core/app/views/admin/meta_tags/show.html.haml
keppler-2.1.15 installer/core/app/views/admin/meta_tags/show.html.haml
keppler-2.1.14 installer/core/app/views/admin/meta_tags/show.html.haml
keppler-2.1.13 installer/core/app/views/admin/meta_tags/show.html.haml
keppler-2.1.12 installer/core/app/views/admin/meta_tags/show.html.haml
keppler-2.1.11 installer/core/app/views/admin/meta_tags/show.html.haml
keppler-2.1.10 installer/core/app/views/admin/meta_tags/show.html.haml
keppler-2.1.9 installer/core/app/views/admin/meta_tags/show.html.haml
keppler-2.1.8 installer/core/app/views/admin/meta_tags/show.html.haml
keppler-2.1.7 installer/core/app/views/admin/meta_tags/show.html.haml
keppler-2.1.6 installer/core/app/views/admin/meta_tags/show.html.haml
keppler-2.1.5 installer/core/app/views/admin/meta_tags/show.html.haml
keppler-2.1.4 installer/core/app/views/admin/meta_tags/show.html.haml