Sha256: e26c81ac051d02d1b66a8d2c7ba0471073d4157e9ad52aedf41aff5c67bb0c1d

Contents?: true

Size: 325 Bytes

Versions: 2

Compression:

Stored size: 325 Bytes

Contents

<table id="<%= singular_name %>-table">
	<tbody>
		<tr>
			<th>Name:</th>
			<td><%%= name %></td>
		</tr>
		<% attributes.each do |attribute| -%>
		<tr>
		  <th><%= attribute.human_name %>:</th>
		  <td><%%= <%= attribute.name %> %></td>
		</tr>
		<% end -%>
		
	</tbody>
</table>
<a href="#/<%=plural_model_name%>">Back</a>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pbw-0.0.10 lib/generators/pbw/templates/templates/show.jst
pbw-0.0.9 lib/generators/pbw/templates/templates/show.jst