Sha256: f99f5430e52b74b7697a13b6c141bec3aa1a4f87d144cfd5e8a2fd9ab42ff52d

Contents?: true

Size: 303 Bytes

Versions: 25

Compression:

Stored size: 303 Bytes

Contents

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

<table id="<%= plural_name %>-table">
  <tr>
  	<th>Name</th>
<% 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

25 entries across 5 versions & 1 rubygems

Version Path
pbw-0.0.8 lib/generators/pbw/area/templates/templates/index.jst
pbw-0.0.8 lib/generators/pbw/token/templates/templates/index.jst
pbw-0.0.8 lib/generators/pbw/rules/trigger/templates/templates/index.jst
pbw-0.0.8 lib/generators/pbw/rules/process/templates/templates/index.jst
pbw-0.0.8 lib/generators/pbw/rules/constraint/templates/templates/index.jst
pbw-0.0.8 lib/generators/pbw/rules/capability/templates/templates/index.jst
pbw-0.0.8 lib/generators/pbw/item/templates/templates/index.jst
pbw-0.0.7 lib/generators/pbw/item/templates/templates/index.jst
pbw-0.0.7 lib/generators/pbw/area/templates/templates/index.jst
pbw-0.0.7 lib/generators/pbw/rules/capability/templates/templates/index.jst
pbw-0.0.7 lib/generators/pbw/rules/constraint/templates/templates/index.jst
pbw-0.0.7 lib/generators/pbw/rules/process/templates/templates/index.jst
pbw-0.0.7 lib/generators/pbw/rules/trigger/templates/templates/index.jst
pbw-0.0.7 lib/generators/pbw/token/templates/templates/index.jst
pbw-0.0.6 lib/generators/pbw/item/templates/templates/index.jst
pbw-0.0.6 lib/generators/pbw/rules/trigger/templates/templates/index.jst
pbw-0.0.6 lib/generators/pbw/token/templates/templates/index.jst
pbw-0.0.6 lib/generators/pbw/rules/capability/templates/templates/index.jst
pbw-0.0.6 lib/generators/pbw/area/templates/templates/index.jst
pbw-0.0.6 lib/generators/pbw/rules/constraint/templates/templates/index.jst