Sha256: b2c36e2824cb19d847a5bd82a52f7e9e941e4e3fb07e07b5ae1f59af02fbdafa

Contents?: true

Size: 1.24 KB

Versions: 9

Compression:

Stored size: 1.24 KB

Contents

.page-header
  .row
    .col-md-6
      %h1
        CSS files
        %small
          <i class="ace-icon fa fa-angle-double-right"></i>
          edit stylesheets
    .col-md-4
      -#=link_to 'New', new_css_file_path(:parent_id=>@parent_id), :class=>'btn btn-sm btn-primary'


-#.filter
  = inline_filter_form_for(@filter)


%table.table.table-striped.table-bordered
  %tr
    -#%th= link_to_sortable_column :title, 'Title'
    -#%th= link_to_sortable_column :basepath, 'Path'
    %th Path
    %th Commands

  - @items.each do |item|
    %tr
      %td
        - if item.is_folder
          =link_to css_files_path(:folder_path=>item.basepath) do
            <i class="fa fa-folder-o"></i>
            =item.basepath
        - else
          =link_to item.basepath, edit_css_file_path(basepath: item.basepath)

      -#%td
        - if item.is_folder
          = item.folder_path
        - else
          =item.path rescue 'error'

      %td
        - if !item.is_folder
          =link_to 'Edit', edit_css_file_path(basepath: item.basepath)
        -#=link_to 'Edit', (!item.is_folder ? edit_template_path(item) : editfolder_template_path(item))
        -#=link_to 'Delete', template_path(item), :method => :delete, data: { confirm: 'Are you sure?' }

-#=paginate @items

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
optimacms-0.3.9 app/views/optimacms/admin/css_files/index.html.haml
optimacms-0.3.8 app/views/optimacms/admin/css_files/index.html.haml
optimacms-0.3.7 app/views/optimacms/admin/css_files/index.html.haml
optimacms-0.3.6 app/views/optimacms/admin/css_files/index.html.haml
optimacms-0.3.5 app/views/optimacms/admin/css_files/index.html.haml
optimacms-0.3.2 app/views/optimacms/admin/css_files/index.html.haml
optimacms-0.3.1 app/views/optimacms/admin/css_files/index.html.haml
optimacms-0.2.23 app/views/optimacms/admin/css_files/index.html.haml
optimacms-0.2.22 app/views/optimacms/admin/css_files/index.html.haml