Sha256: 50145ff00336821804f16dfb02aca9ec10ba62b49cc55beb78a42a85e00f2cde

Contents?: true

Size: 458 Bytes

Versions: 5

Compression:

Stored size: 458 Bytes

Contents

<h1>Listing provider_images</h1>
<table>
	<tr>
		<th></th>
		<th></th>
		<th></th>
	</tr>
	<% @provider_images.each do |provider_image| %>
	<tr>
		<td><%= link_to 'Show', provider_image %></td>
		<td><%= link_to 'Edit', edit_provider_image_path(provider_image) %></td>
		<td><%= button_to 'Delete', provider_image_path(provider_image), :method => :delete %></td>
	</tr>
	<% end %>
</table>
<br />
<%= link_to 'New Provider image', new_provider_image_path %>

Version data entries

5 entries across 5 versions & 1 rubygems

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