Sha256: 809efcabd8d6a7a272f2bbf9dd78baadc4ce2dc40e2cf83a678933ba27700d5e

Contents?: true

Size: 1.09 KB

Versions: 19

Compression:

Stored size: 1.09 KB

Contents

.panel-group(id="accordion-#{ title.parameterize }")
  .panel.panel-default
    .panel-heading
      = title
      %a.btn.btn-xs.btn-default.pull-right(data-toggle="collapse" href="#cl-#{ title.parameterize }" data-parent="#accordion-#{ title.parameterize }")
        %span.glyphicon.glyphicon-minus

    .panel-collapse.collapse.in(id="cl-#{ title.parameterize }")
      .panel-body
        %ul.list-group
          - collection.each do |c|
            %li.list-group-item
              .row
                .col-xs-6
                  = c.label
                  %br
                  %small
                    (
                    = c.full_path
                    )
                .col-xs-6
                  = link_to edit_comfy_admin_cms_site_page_path(@site, c), class: "btn btn-xs btn-default" do
                    %span.glyphicon.glyphicon-edit
                    Edit

                  = link_to comfy_admin_cms_site_page_path(@site, c, preview: true), target: "_blank", method: :put, class: "btn btn-xs btn-default" do
                    %span.glyphicon.glyphicon-search
                    Preview

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
cms-fortress-1.3.15 app/views/cms/fortress/shared/_dashboard_widget.html.haml
cms-fortress-1.3.14 app/views/cms/fortress/shared/_dashboard_widget.html.haml
cms-fortress-1.3.13 app/views/cms/fortress/shared/_dashboard_widget.html.haml
cms-fortress-1.3.12 app/views/cms/fortress/shared/_dashboard_widget.html.haml
cms-fortress-1.3.11 app/views/cms/fortress/shared/_dashboard_widget.html.haml
cms-fortress-1.3.10 app/views/cms/fortress/shared/_dashboard_widget.html.haml
cms-fortress-1.3.9 app/views/cms/fortress/shared/_dashboard_widget.html.haml
cms-fortress-1.3.8 app/views/cms/fortress/shared/_dashboard_widget.html.haml
cms-fortress-1.3.7 app/views/cms/fortress/shared/_dashboard_widget.html.haml
cms-fortress-1.3.6 app/views/cms/fortress/shared/_dashboard_widget.html.haml
cms-fortress-1.3.5 app/views/cms/fortress/shared/_dashboard_widget.html.haml
cms-fortress-1.3.4 app/views/cms/fortress/shared/_dashboard_widget.html.haml
cms-fortress-1.3.3 app/views/cms/fortress/shared/_dashboard_widget.html.haml
cms-fortress-1.3.2 app/views/cms/fortress/shared/_dashboard_widget.html.haml
cms-fortress-1.3.1 app/views/cms/fortress/shared/_dashboard_widget.html.haml
cms-fortress-1.3.0 app/views/cms/fortress/shared/_dashboard_widget.html.haml
cms-fortress-1.3.0.rc3 app/views/cms/fortress/shared/_dashboard_widget.html.haml
cms-fortress-1.3.0.rc2 app/views/cms/fortress/shared/_dashboard_widget.html.haml
cms-fortress-1.3.0.rc1 app/views/cms/fortress/shared/_dashboard_widget.html.haml