Sha256: d05f26a30f67e3dc275c0724079e9963c660ece8e128f5a09a0c984b695ae9ad

Contents?: true

Size: 873 Bytes

Versions: 3

Compression:

Stored size: 873 Bytes

Contents

<div >
  <h1 class="lower"><%= display_title(@generic_file) %></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"><!-- class="verticalheadings"> -->
      <tbody>
      <% @terms.each do |term| %>
        <% vals =  Array( @generic_file.send(term)) %>
            <tr id='row_<%=term.to_s%>' class="expandable">
              <th width="20%">
                <%=get_label(term)%>
              </th>
              <td>
                <% vals.each do |val| %>
                  <%= val %><br />
                <% end %>
              </td>
            </tr>
       <% end %>
        </tbody></table> <!-- class="verticalheadings"> -->
    </div><!-- /well -->
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sufia-1.2.0 app/views/single_use_link/show.html.erb
sufia-1.1.0 app/views/single_use_link/show.html.erb
sufia-1.0.0 app/views/single_use_link/show.html.erb