Sha256: deabc10ecf4a17e615fb69595b245be9bd48e8bb0a82dfce1738c3314bf10c15

Contents?: true

Size: 601 Bytes

Versions: 7

Compression:

Stored size: 601 Bytes

Contents

<div >
  <h1 class="lower"><%= @asset %></h1>
    <h2 class="non lower">Actions</h2>
    <p>
      <%= link_to "Download (can only be used once)", @download_link %>
    </p>
  <h2> Descriptions:</h2>

  <div class="well active" id="descriptions_display">
    <table class="table table-striped">
      <tbody>
      <% present_terms(@presenter) do |r, term| %>
          <tr id='row_<%= term %>' class="expandable">
            <th width="20%"><%= r.label(term) %></th>
            <td><%= r.value(term) %></td>
          </tr>
      <% end %>
      </tbody>
    </table>
  </div><!-- /well -->
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sufia-6.2.0 app/views/single_use_links_viewer/show.html.erb
sufia-6.1.0 app/views/single_use_links_viewer/show.html.erb
sufia-6.0.0 app/views/single_use_links_viewer/show.html.erb
sufia-6.0.0.rc4 app/views/single_use_links_viewer/show.html.erb
sufia-6.0.0.rc3 app/views/single_use_links_viewer/show.html.erb
sufia-6.0.0.rc2 app/views/single_use_links_viewer/show.html.erb
sufia-6.0.0.rc1 app/views/single_use_links_viewer/show.html.erb