Sha256: 3cb1265c2a98116f2cbf9698941cda2d5b5925a7ada05f11f71382ae105ecc95

Contents?: true

Size: 1.14 KB

Versions: 12

Compression:

Stored size: 1.14 KB

Contents

.page-header
  .row
    .col-md-7
      %h1
        Resources
        %small
          <i class="ace-icon fa fa-angle-double-right"></i>
          manage resources
    .col-md-5
      = link_to "New", new_resource_path, :class => "btn btn-sm btn-primary"

.filter
  = inline_filter_form_for(@filter)

.center-block
  =paginate @items, theme: 'bootstrap4'

%br
%table.table.table-striped.table-bordered.table-hover
  %tr
    %th= link_to_sortable_column :id, '##'
    %th enabled
    %th= link_to_sortable_column :name, 'Name'
    %th Content
    %th Commands

  - @items.each do |item|
    %tr
      %td= item.id
      %td= render "optimacms/admin/shared/label_yesno", v: item.enabled
      %td
        = link_to item.name, edit_resource_path(item)
        %br
        %span.help
          =item.description
      %td
        = item.content
      %td
        = link_to "edit", edit_resource_path(item)
        |
        = link_to "usage", usage_resource_path(item)
        |
        = link_to "delete", resource_path(item), method: :delete, data: {confirm: "Are you sure?"}




=paginate @items, theme: 'bootstrap4'

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
optimacms-0.4.3 app/views/optimacms/admin/resources/index.html.haml
optimacms-0.4.2 app/views/optimacms/admin/resources/index.html.haml
optimacms-0.3.35 app/views/optimacms/admin/resources/index.html.haml
optimacms-0.3.34 app/views/optimacms/admin/resources/index.html.haml
optimacms-0.3.30 app/views/optimacms/admin/resources/index.html.haml
optimacms-0.3.29 app/views/optimacms/admin/resources/index.html.haml
optimacms-0.3.23 app/views/optimacms/admin/resources/index.html.haml
optimacms-0.3.15 app/views/optimacms/admin/resources/index.html.haml
optimacms-0.3.12 app/views/optimacms/admin/resources/index.html.haml
optimacms-0.3.11 app/views/optimacms/admin/resources/index.html.haml
optimacms-0.3.4 app/views/optimacms/admin/resources/index.html.haml
optimacms-0.3.3 app/views/optimacms/admin/resources/index.html.haml