Sha256: b7abb2abc73bf9347918ee52691b8399be02f29c3bd09f705dfb2a38a74c127a

Contents?: true

Size: 453 Bytes

Versions: 26

Compression:

Stored size: 453 Bytes

Contents

<h1>Listing images</h1>

<table>
  <tr>
    <th>Filename</th>
    <th></th>
    <th></th>

  </tr>

<% @images.each do |image| %>
  <tr>
    <td>
    	<%= phocoder_thumbnail image,"small",false %><br/>
		<%= image.filename %>
	</td>
    <td><%= link_to 'Show', image %></td>
    
    <td><%= link_to 'Destroy', image, :confirm => 'Are you sure?', :method => :delete %></td>
  </tr>
<% end %>
</table>

<br />

<%= link_to 'New image', new_image_path %>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
phocoder-rails-0.0.58 spec/dummy/app/views/images/index.html.erb
phocoder-rails-0.0.57 spec/dummy/app/views/images/index.html.erb
phocoder-rails-0.0.56 spec/dummy/app/views/images/index.html.erb
phocoder-rails-0.0.55 spec/dummy/app/views/images/index.html.erb
phocoder-rails-0.0.54 spec/dummy/app/views/images/index.html.erb
phocoder-rails-0.0.53 spec/dummy/app/views/images/index.html.erb
phocoder-rails-0.0.52 spec/dummy/app/views/images/index.html.erb
phocoder-rails-0.0.51 spec/dummy/app/views/images/index.html.erb
phocoder-rails-0.0.50 spec/dummy/app/views/images/index.html.erb
phocoder-rails-0.0.49 spec/dummy/app/views/images/index.html.erb
phocoder-rails-0.0.48 spec/dummy/app/views/images/index.html.erb
phocoder-rails-0.0.47 spec/dummy/app/views/images/index.html.erb
phocoder-rails-0.0.46 spec/dummy/app/views/images/index.html.erb
phocoder-rails-0.0.45 spec/dummy/app/views/images/index.html.erb
phocoder-rails-0.0.44 spec/dummy/app/views/images/index.html.erb
phocoder-rails-0.0.43 spec/dummy/app/views/images/index.html.erb
phocoder-rails-0.0.42 spec/dummy/app/views/images/index.html.erb
phocoder-rails-0.0.41 spec/dummy/app/views/images/index.html.erb
phocoder-rails-0.0.40 spec/dummy/app/views/images/index.html.erb
phocoder-rails-0.0.39 spec/dummy/app/views/images/index.html.erb