Sha256: 1522403cfdb22724c563d4deb8e7adafed41a72a448c72cd83fe47c49a74bbea

Contents?: true

Size: 305 Bytes

Versions: 1

Compression:

Stored size: 305 Bytes

Contents

<h1>Listing <%= plural_table_name %></h1>

<table id="<%= plural_name %>-table">
  <tr>
<% attributes.each do |attribute| -%>
    <th><%= attribute.human_name %></th>
<% end -%>
    <th></th>
    <th></th>
    <th></th>
  </tr>
</table>

<br/>

<a href="#/<%= plural_name %>/new">New <%= human_name %></a>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails-backbone-sp-0.0.1 lib/generators/backbone/scaffold/templates/templates-sp/index.jst