Sha256: 10b6bea5e4a9a18dddc8b47e18a5c8e993d27876d70bf66839f0c32e0c18a2b4

Contents?: true

Size: 1.57 KB

Versions: 13

Compression:

Stored size: 1.57 KB

Contents

.row.customize-index#index-container
  .col-md-6.col-lg-6
    .box.slice-box
      .box-header.with-border
        %h3.box-title Preview
        .box-tools.pull-right#tools
          %i.icon-screen-smartphone#xs{ onclick: "$('.iframe-body').animate({ 'width': '35%' }, 300)" }
          %i.icon-screen-tablet#md{ onclick: "$('.iframe-body').animate({ 'width': '70%' }, 300)" }
          %i.icon-screen-desktop#lg{ onclick: "$('.iframe-body').animate({ 'width': '100%' }, 300)" }
          -# %span.separator-line
          %i.icon-reload#reload{ onclick: "$('iframe').attr('src', '/')" }
          = link_to root_path, target: '_blank' do
            %i.icon-size-fullscreen

      .box-body.box-body-no-padding.hidden-xs.iframe-body
        %iframe{ src: root_path, frameborder: '0' }
  .col-md-6.col-lg-6
    .box.slice-box
      .box-header.with-border
        %h3.box-title Frontend Theme
      .box-body.no-padding
        %table.table
          %tbody
            - @objects.each do |customize|
              = render 'listing', customize: customize
            - if @objects.size.zero?
              %tr
                %td{ colspan: 4 }
                  %center
                    = t('keppler.messages.not_found_records', model: t('keppler.models.pluralize.customizes'))
        %center.paginator-module
          = paginate @objects, window: 1
  .listing-show.col.l3.m12.hidden-xs.hidden-sm.hide-on-med-and-down
    = render 'description', activities: @activities
    - if can?(Customize).create?
      .mixed-btn
        = link_to new_admin_customize_path, class: 'btn-float' do
          +

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
keppler-2.1.11 installer/core/app/views/admin/customizes/index.html.haml
keppler-2.1.10 installer/core/app/views/admin/customizes/index.html.haml
keppler-2.1.9 installer/core/app/views/admin/customizes/index.html.haml
keppler-2.1.8 installer/core/app/views/admin/customizes/index.html.haml
keppler-2.1.7 installer/core/app/views/admin/customizes/index.html.haml
keppler-2.1.6 installer/core/app/views/admin/customizes/index.html.haml
keppler-2.1.5 installer/core/app/views/admin/customizes/index.html.haml
keppler-2.1.4 installer/core/app/views/admin/customizes/index.html.haml
keppler-2.1.3 installer/core/app/views/admin/customizes/index.html.haml
keppler-2.1.2 installer/core/app/views/admin/customizes/index.html.haml
keppler-2.1.1 installer/core/app/views/admin/customizes/index.html.haml
keppler-2.1.pre.p1 installer/core/app/views/admin/customizes/index.html.haml
keppler-2.1 installer/core/app/views/admin/customizes/index.html.haml