Sha256: f3443b235413c918f567112ea572718c8de3c965c5c3ff743cf3e232e22630bd
Contents?: true
Size: 590 Bytes
Versions: 5
Compression:
Stored size: 590 Bytes
Contents
<div class="properties_list"> <ul> <% for record in @source.data_records %> <li> <p> <% record_options = data_record_options(record) %> <span class="predicate"> <%= link_to(record.location, { :controller => 'source_data', :action => 'show', :id => record.id }, record_options.last )%> </span> <span class="value"> <%= image_tag("demo/#{record_options.first}.png", :alt => record.mime, :title => record.mime) %> (<%= record.mime %>) </span> </p> </li> <% end %> </ul> </div>
Version data entries
5 entries across 5 versions & 1 rubygems