Sha256: ba5debc8ecf3159b73a762980368fa9d61c0f2f9d746525a9302d78f6c0cc5e6

Contents?: true

Size: 1.57 KB

Versions: 6

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.hide-on-small-and-down.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

6 entries across 6 versions & 1 rubygems

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