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