Sha256: 8d90973ceed974868e1bef3c47d05c8d9eb1d358453789eeee2bc0ac405a43c8

Contents?: true

Size: 1.02 KB

Versions: 3

Compression:

Stored size: 1.02 KB

Contents

.tab-content
  %h6.actions
    - if Pundit.policy(current_user, <%= singular_table_name.camelcase %>).update?
      = link_to edit_admin_<%= singular_table_name %>_path(@<%= singular_table_name %>), title: t("keppler.actions.edit"), class: 'pull-left' do
        %i.icon-pencil
        %span= t('keppler.actions.edit')
    %a#close-index-show.pull-right
      %i.icon-close
  %h3.control-sidebar-heading
    = t("keppler.modules.#{controller_path.underscore}")
  %ul.timeline
    - @<%= singular_table_name %>.as_json(only: <%= attributes.map{|attr| attr.name} %>).each do |attribute, value|
      %li.list-row
        .timeline-item
          %h6.timeline-header.no-border
            %small
              %strong.display-value= t("activerecord.attributes.#{attribute}")
              - if @attachments.include?(attribute)
                .display-label= image_tag value
              - else
                %p.display-label= value
:coffee
  $('#close-index-show').click ->
    $('#index-show').css 'right', -$('#index-show').outerWidth()

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
keppler-2.0.2 installer/core/lib/generators/keppler_scaffold/templates/views/_index_show.html.haml
keppler-2.0.1 installer/core/lib/generators/keppler_scaffold/templates/views/_index_show.html.haml
keppler-2.0.0 installer/core/lib/generators/keppler_scaffold/templates/views/_index_show.html.haml