Sha256: c40b576daddde42222d5c5aaff17472cb0444b34fb04079f907a98daa46b3fb4

Contents?: true

Size: 880 Bytes

Versions: 78

Compression:

Stored size: 880 Bytes

Contents

<h1>OER Recommender - Indexed Collections</h1>
<p><a href="/">Return to home page</a></p>

<h2>Languages</h2>
<ul>
<% @languages.each do |language| %>
<li><%= language.name %> (<%= language.indexed_records %> records)</li>
<% end %>
</ul>

<% collection = nil %>
<% @feeds.each do |feed| %>
<% if feed.harvested_from_title != collection %>
<% collection = feed.harvested_from_title %>
<% if !collection.nil? %></ul><% end %>
<h2><%= link_to feed.harvested_from_title, feed.harvested_from_display_uri, :rel => "nofollow" %></h2>
<ul>
<% end %>
<li>
	<%= link_to feed.title, feed_query_uri(feed), :rel => "nofollow" %>
	<span class="harvest_time">
		(feed_id = <%= feed.id.to_s %>)
		(<%= feed.entries_count %> record<%= feed.entries_count == 1 ? "" : "s" %>) harvested on <%= feed.last_harvested_at.strftime("%d %b %Y") %>
	</span>
</li>
<% end %>

</ul>

Version data entries

78 entries across 78 versions & 2 rubygems

Version Path
muck-services-0.1.21 app/views/entries/collections.html.erb
muck-services-0.1.20 app/views/entries/collections.html.erb
muck-services-0.1.19 app/views/entries/collections.html.erb
muck-services-0.1.18 app/views/entries/collections.html.erb
muck-services-0.1.17 app/views/entries/collections.html.erb
muck-services-0.1.16 app/views/entries/collections.html.erb
muck-services-0.1.14 app/views/entries/collections.html.erb
muck-services-0.1.13 app/views/entries/collections.html.erb
muck-services-0.1.12 app/views/entries/collections.html.erb
muck-services-0.1.11 app/views/entries/collections.html.erb
muck-services-0.1.10 app/views/entries/collections.html.erb
muck-services-0.1.9 app/views/entries/collections.html.erb
muck-services-0.1.8 app/views/entries/collections.html.erb
muck-services-0.1.7 app/views/entries/collections.html.erb
muck-services-0.1.6 app/views/entries/collections.html.erb
muck-services-0.1.5 app/views/entries/collections.html.erb
muck-services-0.1.4 app/views/entries/collections.html.erb
muck-services-0.1.3 app/views/entries/collections.html.erb
muck-services-0.1.2 app/views/entries/collections.html.erb
muck-raker-0.2.11 app/views/entries/collections.html.erb