Sha256: fe7d5c83f1cadb379ae996f20c31f3cd4233072c996f308f1a8cc0b25ee62f33

Contents?: true

Size: 385 Bytes

Versions: 1

Compression:

Stored size: 385 Bytes

Contents

<h1>Sources found: <%= @sources.total_entries  %></h1>

<div class="tags">
<% for type in @rdf_types %>
  <span class="<%= current_filter?(type) ? 'tag_selected' : 'tag' %>"><%= filter_link_for(type) %></span>
<% end %>
</div>

<% for source in @sources %>
  <p><%= link_to title_for(source), source.uri.to_s %> (<%= source.class.name  %>)</p>
<% end  %>

<%= will_paginate @sources %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
talia_core-0.4.3 generators/talia_base/templates/app/views/sources/index.html.erb