Sha256: 641bf7b9ed723c04c82fd4eeb64f1af30d52e1cb0de38b6721d938091e8e6f6e

Contents?: true

Size: 417 Bytes

Versions: 1

Compression:

Stored size: 417 Bytes

Contents

<h1>Listing sources</h1>

<table>
  <tr>
    <th>Manage</th>
    <th>URL</th>
  </tr>

  <% for source in @sources %>
  <tr class="<%= cycle 'odd', 'even' %>">
    <td>
      <%= link_to 'Show', source %> | 
      <%= link_to 'Destroy', source, :confirm => 'Are you sure?', :method => :delete %>
    </td>
    <td><%= source_url_link source %></td>
  </tr>
  <% end %>
</table>

<br />

<%= will_paginate @sources %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
calagator-0.0.1.pre1 app/views/calagator/sources/index.html.erb