Sha256: 048e3fab8d2c06b7813bcc359912921d4468771e3ece25bbb7f9a5b54c5bfb68

Contents?: true

Size: 651 Bytes

Versions: 1

Compression:

Stored size: 651 Bytes

Contents

<h1>Listing logos</h1>

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

<% @logos.each do |logo| %>
  <tr>
  	<% #debugger %>
	<td><%= image_tag logo.logo.url(:profile) %></image_tag></td>
	<td><%= image_tag logo.logo.url(:tie) %></image_tag></td>
	<td><%= image_tag logo.logo.url() %></image_tag></td>
	<td><%= image_tag logo.logo.url(:actor) %></image_tag></td>

    <td><%= link_to 'Show', logo %></td>
    <td><%= link_to 'Edit', edit_logo_path(logo) %></td>
    <td><%= link_to 'Destroy', logo, :confirm => 'Are you sure?', :method => :delete %></td>
  </tr>
<% end %>
</table>

<br />

<%= link_to 'New Logo', new_logo_path %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
social_stream-0.4.0 app/views/logos/index.html.erb