Sha256: 668762a73373c26ef710c4baa0b5d80a6b06358ea49d8befa6eb0dfbdd899a64

Contents?: true

Size: 286 Bytes

Versions: 24

Compression:

Stored size: 286 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="#/new">New <%= human_name %></a>

Version data entries

24 entries across 24 versions & 5 rubygems

Version Path
rails-backbone-0.5.1 lib/generators/backbone/scaffold/templates/templates/index.jst
rails-backbone-0.5.0 lib/generators/backbone/scaffold/templates/templates/index.jst
rails-backbone-0.2.0 lib/generators/backbone/scaffold/templates/templates/index.jst
rails-backbone-0.1.2 lib/generators/backbone/scaffold/templates/templates/index.jst