Sha256: d3705e6676634ea02f6e5d31ae957cc4707eba31e30db1dbf756ded3a5ea5e7c

Contents?: true

Size: 437 Bytes

Versions: 2

Compression:

Stored size: 437 Bytes

Contents

<h1>Index: <%= @view_name.capitalize %></h1>
<table border="0">
	<tr>
		<% @html_tags.each do |key, value| %>
			<th><%= key.capitalize %></th>
		<% end %>

	</tr>
	<%% <%= "@#{@view_name}s.each do |#{@view_name}|" %> %>
	<tr>
	<% @html_tags.each do |key, value| %>
		<td><%%= <%= "#{@view_name}.#{key}" %> %></td>
	<% end %>
	</tr>
	<%% end %>
</table>
<p>
	<a href="/<%= @view_name %>/new">Add new <%= @view_name.capitalize %></a>
</p>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rest_in_peace-0.1.1 lib/rest_in_peace/templates/html/index.html.erb
rest_in_peace-0.1.0 lib/rest_in_peace/templates/html/index.html.erb