Sha256: 315510109f2283b9b1fa1b485f55a8bee02b0ef4b5cc206aae9e29ec9b570b55

Contents?: true

Size: 555 Bytes

Versions: 1

Compression:

Stored size: 555 Bytes

Contents

<table border="0" cellspacing="0" cellpadding="5">
  <tr>
  <th class="horizontal">Name</th>
  <th class="horizontal">Workflow State</th>
  <th class="horizontal"></th>
  </tr>
<% for source in @sources -%>
  <tr class="<%= cycle("odd", "even") -%>">
    <% uri, name = escaped_source_identifiers(source) -%>
    <td><a href="<%=h uri %>" title="<%=h name.titleize %>"><%=h name.titleize %></a></td>
    <td><%= link_to 'Edit', url_for(:action => :edit, :id => unescape_link(name)) %></td>
  </tr>
<% end -%>
</table>

<br />
<%= will_paginate @sources %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
talia_core-0.4.2 generators/talia_admin/templates/views/admin/sources/_sources.html.erb