Sha256: 4a04550f8d8828213c0842a616c5fd42cca69c074be1c6306b4548cf8b8b1a83
Contents?: true
Size: 574 Bytes
Versions: 12
Compression:
Stored size: 574 Bytes
Contents
.page-header = link_to 'New Foo', new_admin_foo_path, :class => 'btn btn-default pull-right' %h2= 'Foos' = paginate @foos, :theme => 'comfy' %table.table.table-hover.table-bordered %tr %th.main Bar %th - @foos.each do |foo| %tr %td.main= foo.bar %td .btn-group.btn-group-sm = link_to 'Edit', edit_admin_foo_path(foo), :class => 'btn btn-default' = link_to 'Delete', admin_foo_path(foo), :method => :delete, :data => { :confirm => 'Are you sure?' }, :class => 'btn btn-danger' = paginate @foos, :theme => 'comfy'
Version data entries
12 entries across 12 versions & 1 rubygems