Sha256: b4b41587168e59a2c91d29ba39cf92e069af8ff77c2faae1228c03209a5ef080

Contents?: true

Size: 448 Bytes

Versions: 5

Compression:

Stored size: 448 Bytes

Contents

<h1>Listing image_versions</h1>
<table>
	<tr>
		<th></th>
		<th></th>
		<th></th>
	</tr>
	<% @image_versions.each do |image_version| %>
	<tr>
		<td><%= link_to 'Show', image_version %></td>
		<td><%= link_to 'Edit', edit_image_version_path(image_version) %></td>
		<td><%= button_to 'Delete', image_version_path(image_version), :method => :delete %></td>
	</tr>
	<% end %>
</table>
<br />
<%= link_to 'New Image version', new_image_version_path %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tim-0.3.0 app/views/tim/image_versions/index.html.erb
tim-0.2.0 app/views/tim/image_versions/index.html.erb
tim-0.1.2 app/views/tim/image_versions/index.html.erb
tim-0.1.1 app/views/tim/image_versions/index.html.erb
tim-0.0.1 app/views/tim/image_versions/index.html.erb