Sha256: 9eb5d729aa715e579eaf85dab9a3ec07264021fabddf351cba570a6bb77ee845

Contents?: true

Size: 433 Bytes

Versions: 8

Compression:

Stored size: 433 Bytes

Contents

<tr class="file_asset" id ="assets_<%= format_pid(result["id"]) %>" >  
  <td>
    <%= link_to result[solr_name("title", :text)], file_asset_path(result["id"]) %>
  </td>
  <td>
	
   <% if editor? %>
    	<%= button_to("Delete", "/file_assets/" + result["id"] + "?container_id=" + @document[:id], :confirm => "Are you sure you want to delete this file?", :method => :delete, :class => "delete-button") %>

   <% end %>
  </td>
</tr>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hydra-head-3.3.0 app/views/file_assets/_result.html.erb
hydra-head-3.2.2 app/views/file_assets/_result.html.erb
hydra-head-3.2.1 app/views/file_assets/_result.html.erb
hydra-head-3.2.0 app/views/file_assets/_result.html.erb
hydra-head-3.2.0.pre3 app/views/file_assets/_result.html.erb
hydra-head-3.2.0.pre2 app/views/file_assets/_result.html.erb
hydra-head-3.2.0.pre1 app/views/file_assets/_result.html.erb
hydra-head-3.1.5 app/views/file_assets/_result.html.erb