%= render 'sort_and_per_page' %>
<% @documents.each do |doc| %>
- ID:
-
<%= link_to doc.id, :controller => 'records', :action => 'show',
:id => doc.id, :provider => @current_provider, :method => :get %>
<% if doc['sourceResource_title'].present? %>
- Title:
- <%= doc['sourceResource_title'] %>
<% end %>
<% if doc['isShownAt_id'].present? %>
- Is Shown At:
- <%= link_to doc['isShownAt_id'], doc['isShownAt_id'] %>
<% end %>
<% end %>