Sha256: 9f33073589f9cd8bf6371e4c141c0f429ac2b2800a9071823d8928724053e55e

Contents?: true

Size: 378 Bytes

Versions: 3

Compression:

Stored size: 378 Bytes

Contents

<% unless file_assets.hits.empty? %>
    <table class='multipleEdit' id='file_assets'>
      <tr>
        <th>File</th>
        <th></th>
      </tr>
      <%= render :partial=>'file_assets/result', :collection=> file_assets.hits %>
			</table>
<% end %>

<% if !@document.nil? && editor? %>
  <div id='uploader'>
    <%= render :partial=>"file_assets/new"%>
  </div>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hydra-head-3.0.0pre3 app/views/file_assets/_index.html.erb
hydra-head-3.0.0pre2 app/views/file_assets/_index.html.erb
hydra-head-3.0.0pre1 app/views/file_assets/_index.html.erb