Sha256: d0cba05e67289f6df95b5e0a80e11208772a66cf20e2496b16612933a25f9122

Contents?: true

Size: 352 Bytes

Versions: 3

Compression:

Stored size: 352 Bytes

Contents

<table width="100%">
<tbody>
	<tr>
		<td colspan="2"><br/><h3><%%= <%=class_name %>.human_name %></h3></td>
	</tr>
<% for attribute in attributes -%>
	<tr>
	  <td><b><%%= <%= class_name %>.human_attribute_name(:<%=attribute.name%>) %></b></td>
	  <td><%%= f.<%= attribute.field_type %> :<%= attribute.name %> %></td>
	</tr>
<% end -%>
</tbody>
</table>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
somatics3-generators-0.0.5 lib/generators/somatics/scaffold_controller/templates/partial_form.html.erb
somatics3-generators-0.0.4 lib/generators/somatics/scaffold_controller/templates/partial_form.html.erb
somatics3-generators-0.0.2 lib/generators/somatics/scaffold_controller/templates/partial_form.html.erb