Sha256: 774e6d1213fb6a67d9b0a89d8e9a6b748c4fb68ce8500bccaeab18d9f54f5295
Contents?: true
Size: 741 Bytes
Versions: 2
Compression:
Stored size: 741 Bytes
Contents
<%= render 'sort_and_per_page' %> <div id='documents'> <% @documents.each do |doc| %> <div class='document'> <dl class='document-metadata dl-horizontal dl-invert'> <dt>ID:</dt> <dd> <%= link_to doc.id, :controller => 'records', :action => 'show', :id => doc.id, :provider => @current_provider, :method => :get %> </dd> <% if doc['sourceResource_title'].present? %> <dt>Title:</dt> <dd><%= doc['sourceResource_title'] %></dd> <% end %> <% if doc['isShownAt_id'].present? %> <dt>Is Shown At:</dt> <dd><%= link_to doc['isShownAt_id'], doc['isShownAt_id'] %></dd> <% end %> </dl> </div> <% end %> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
krikri-0.5.1 | app/views/krikri/validation_reports/_validation_report.html.erb |
krikri-0.5.0 | app/views/krikri/validation_reports/_validation_report.html.erb |