Sha256: 403d47b46e9ddbc6f73536cfabc9a0383d986834bc985d9d9020926fb95c994e

Contents?: true

Size: 172 Bytes

Versions: 4

Compression:

Stored size: 172 Bytes

Contents

<h1>Comment Listing<h1/>

	<table>
		<tr>
			<th>text</th>
		</tr>

		<% @comments.each do |comment| %>
		<tr>
			<td><%= comment.text %></td>
		</tr>
		<% end %>
	</table>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
raffle_v1-0.0.5 app/views/raffle_v1/comments/index.html.erb
raffle_v1-0.0.4 app/views/raffle_v1/comments/index.html.erb
raffle_v1-0.0.2 app/views/raffle_v1/comments/index.html.erb
raffle_v1-0.0.1 app/views/raffle_v1/comments/index.html.erb