Sha256: 208ca7ceee856ebc723df88f82bcb4fcf0357e12109f8355b0f78113dabb0059

Contents?: true

Size: 899 Bytes

Versions: 6

Compression:

Stored size: 899 Bytes

Contents

.tab-content
  %h6.actions
    - if can?(MetaTag).update?
      = link_to edit_admin_meta_tag_path(@meta_tag), title: t('keppler.actions.edit'), class: 'pull-left' do
        %i.icon-pencil
        %span= t('keppler.actions.edit')
    - if can?(MetaTag).destroy?
      = link_to admin_meta_tag_path(@meta_tag), title: 'Delete', method: :delete, data: { confirm: t('keppler.messages.data_confirm') } do
        %i.icon-trash
        %span= t('keppler.actions.delete')
    %a.pull-right.close-index-show
      %i.icon-close
  %p.control-sidebar-heading
    %i.icon-graph
    = controller_name.singularize.humanize
  %ul.timeline
    - @meta_tag.attributes.each do |attribute, value|
      %li.list-row
        .timeline-item
          %h6.timeline-header.no-border
            %small
              %strong.display-value= t("activerecord.attributes.#{attribute}")
              %p.display-label= value

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
keppler-2.0.7 installer/core/app/views/admin/meta_tags/_index_show.html.haml
keppler-2.0.6 installer/core/app/views/admin/meta_tags/_index_show.html.haml
keppler-2.0.5 installer/core/app/views/admin/meta_tags/_index_show.html.haml
keppler-2.0.4.p1 installer/core/app/views/admin/meta_tags/_index_show.html.haml
keppler-2.0.4.pre.p1 installer/core/app/views/admin/meta_tags/_index_show.html.haml
keppler-2.0.4 installer/core/app/views/admin/meta_tags/_index_show.html.haml