Sha256: 1e6a0af0d3ef3e8b29251e4cae6450dcef2ed48519f750f94ff1d656d66a6dd2
Contents?: true
Size: 656 Bytes
Versions: 24
Compression:
Stored size: 656 Bytes
Contents
<div class="sources_list"> <h1>Sources found: <%= @pagination ? @sources.total_entries : @sources.size %></h1> <ul> <% for source in @sources %> <% next if(source.is_a?(TaliaCore::SourceTypes::DummySource)) %> <li> <p> <span class="source_type"><%= type_images(source.types) %></span> <span class="source_title"><%= title_for(source) %></span> <span class="source-data"><%= data_icons(source.data_records) %></span> <span class="more"> <%= link_to 'more...', :action => 'dispatch', :dispatch_uri => N::URI.new(source.uri).local_name %></span> </p> </li> <% end %> </ul> </div> <%= if(@pagination) ; will_paginate @sources ; end %>
Version data entries
24 entries across 24 versions & 1 rubygems