Sha256: 06e7fe7240683b4d83c2805a390d500ad2d48a5db49e761db28bda50fcea2141

Contents?: true

Size: 825 Bytes

Versions: 11

Compression:

Stored size: 825 Bytes

Contents

section.content
  .row
    .col-md-12
      .box.box-primary
        / .box-header
        /   h3.box-title
        /     | Snippets
        .box-body.table-responsive
          table#datatable.table.table-bordered.table-striped
            thead
              tr
                th
                  .col-md-11
                    = Hicube::Snippet.human_attribute_name(:name)
                  .col-md-1
            tbody
              - @snippets.each do |s|
                tr 
                  td
                    .col-md-11
                      = s.name
                    .col-md-1
                      = link_to t('edit'), edit_snippet_path(s), class: 'btn btn-sm btn-primary'                
        .box-footer
          = link_to 'New Snippet', new_snippet_path, class: 'btn btn-flat btn-success pull-right'

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
hicube-0.0.11 app/views/hicube/snippets/index.html.slim
hicube-0.0.10 app/views/hicube/snippets/index.html.slim
hicube-0.0.9 app/views/hicube/snippets/index.html.slim
hicube-0.0.8 app/views/hicube/snippets/index.html.slim
hicube-0.0.7 app/views/hicube/snippets/index.html.slim
hicube-0.0.6 app/views/hicube/snippets/index.html.slim
hicube-0.0.5 app/views/hicube/snippets/index.html.slim
hicube-0.0.4 app/views/hicube/snippets/index.html.slim
hicube-0.0.3 app/views/hicube/snippets/index.html.slim
hicube-0.0.2 app/views/hicube/snippets/index.html.slim
hicube-0.0.1 app/views/hicube/snippets/index.html.slim