Sha256: 6ac50b9716dae6f613bdfd0029cf7c506cc7175ada5f32b0a7d998dab131e052

Contents?: true

Size: 1.66 KB

Versions: 4

Compression:

Stored size: 1.66 KB

Contents

.asign-theme.modal.fade{id: "asign-theme-#{index}", "aria-hidden" => "true", "aria-labelledby" => "exampleModalLabel", :role => "dialog", :tabindex => "-1"}
  .modal-dialog{:role => "document"}
    .modal-content
      .modal-header
        %h5#exampleModalLabel.modal-title= t('keppler_frontend.select_theme_view')
        %button.close{"aria-label" => "Close", "data-dismiss" => "modal", :type => "button"}
          %span{"aria-hidden" => "true"} ×
      .modal-body.clearfix
        - @resources.each_with_index do |file, i|
          .col-lg-4
            .box.box-solid
              .box-header.with-border{title: "#{file[:name]}"}
                .row
                  .col-lg-12
                    %h4.box-title
                      %i.fa.fa-tint
                      = truncate(file[:name].split('.').first, length: 30, omission: '...')
              .box-body.no-padding
                .back-file-xs{ style: "height: 160px;"}
                  .center
                    - if file[:cover].nil?
                      %i.fa.fa-tint#font-icon-size
                    - else
                      .theme-img{ style: "background-image: url(#{file[:cover]})" }
              .box-body
                %span.box-title
                  = file[:size]
                  = link_to admin_frontend_views_select_theme_path(view_format: view.first.split('.').last, view: view.first.to_s, theme: file[:path]), class: 'btn btn-default pull-right', method: :post, data: { confirm: t("keppler_frontend.select_view_confirm") } do
                    %i.fa.fa-check
          
      .modal-footer
        %button.btn.btn-secondary{"data-dismiss" => "modal", :type => "button"}= t('keppler.actions.close')

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
keppler-2.1.22 installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_select_theme.html.haml
keppler-2.1.21 installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_select_theme.html.haml
keppler-2.1.20 installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_select_theme.html.haml
keppler-2.1.19 installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_select_theme.html.haml