Sha256: f268c3420cce1896b688e291cd8341cfd177f2ea0d34fce7bcaafaeee6bb98e5

Contents?: true

Size: 418 Bytes

Versions: 5

Compression:

Stored size: 418 Bytes

Contents

<h1>Listing base_images</h1>
<table>
	<tr>
		<th></th>
		<th></th>
		<th></th>
	</tr>
	<% @base_images.each do |base_image| %>
	<tr>
		<td><%= link_to 'Show', base_image %></td>
		<td><%= link_to 'Edit', edit_base_image_path(base_image) %></td>
		<td><%= button_to 'Delete', base_image_path(base_image), :method => :delete %></td>
	</tr>
	<% end %>
</table>
<br />
<%= link_to 'New Base image', new_base_image_path %>

Version data entries

5 entries across 5 versions & 1 rubygems

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