Sha256: 393389f538adf445df563384188992e0a8f7497d6e280ef68cbc1a6019ca9cb5

Contents?: true

Size: 420 Bytes

Versions: 22

Compression:

Stored size: 420 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, method: :delete, data: {confirm: 'Are you sure?' } %>
    </td>
    <td><%= source_url_link source %></td>
  </tr>
  <% end %>
</table>

<br />

<%= will_paginate @sources %>

Version data entries

22 entries across 22 versions & 4 rubygems

Version Path
koalagator-3.0.0 app/views/calagator/sources/index.html.erb
koalagator-2.1.1 app/views/calagator/sources/index.html.erb
koalagator-2.1.0 app/views/calagator/sources/index.html.erb
koalagator-2.0.0 app/views/calagator/sources/index.html.erb
calagator2-2.1.1 app/views/calagator/sources/index.html.erb
calagator2-2.1.0 app/views/calagator/sources/index.html.erb
calagator2-2.0.0 app/views/calagator/sources/index.html.erb
calagator-2.0.0.pre.1 app/views/calagator/sources/index.html.erb
calagator-2.0.0.pre.0 app/views/calagator/sources/index.html.erb
calagator-1.1.0 app/views/calagator/sources/index.html.erb
calagator-1.0.0 app/views/calagator/sources/index.html.erb
grokus-1.0.0.9 app/views/calagator/sources/index.html.erb
grokus-1.0.0.8 app/views/calagator/sources/index.html.erb
grokus-1.0.0.7 app/views/calagator/sources/index.html.erb
grokus-1.0.0.6 app/views/calagator/sources/index.html.erb
grokus-1.0.0.5 app/views/calagator/sources/index.html.erb
grokus-1.0.0.3 app/views/calagator/sources/index.html.erb
grokus-1.0.0.2 app/views/calagator/sources/index.html.erb
grokus-1.0.0.1 app/views/calagator/sources/index.html.erb
calagator-1.0.0.rc3 app/views/calagator/sources/index.html.erb