Sha256: 86483586ff1e52e076ef109d5c8f8cbaa882c79cf4a346484b56dc567a821afd
Contents?: true
Size: 516 Bytes
Versions: 3
Compression:
Stored size: 516 Bytes
Contents
<tr class="file_asset" id ="<%= format_pid(result["id"]) %>" > <td> <%= link_to result[solr_name("title", :text)], file_asset_path(result["id"]) %> </td> <td> <% if editor? %> <% if @container.nil? %> <% file_asset_url = file_asset_path(result["id"]) %> <% else %> <% file_asset_url = asset_file_asset_path(@container.pid, result["id"]) %> <% end %> <%= delete_asset_link(result["id"], result["active_fedora_model_s"].first ).html_safe %> <% end %> </td> </tr>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hydra-head-3.0.0pre3 | app/views/file_assets/_result.html.erb |
hydra-head-3.0.0pre2 | app/views/file_assets/_result.html.erb |
hydra-head-3.0.0pre1 | app/views/file_assets/_result.html.erb |