Sha256: bef4f5bbe421dedefc2e3259fa2a2bfa793d1c91c34dcdbb1dca3d8a03cc0fa5
Contents?: true
Size: 465 Bytes
Versions: 1
Compression:
Stored size: 465 Bytes
Contents
- title "Indices" %table %tr %th Name %th Page Title %th Keywords %th Page Description - for index in @indices %tr %td= h index.name %td= h index.page_title %td= h index.keywords %td= h index.page_description %td= link_to "Show", index %td= link_to "Edit", edit_index_path(index) %td= link_to "Destroy", index, :confirm => 'Are you sure?', :method => :delete %p= link_to "New Index", new_index_path
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sbdevcore-0.2.0 | app/views/indices/index.html.haml |