Sha256: f3cd0b767f33cfe9c16a981f1df8941e36c01ac8d00f5dd91582b80e78d67296

Contents?: true

Size: 858 Bytes

Versions: 9

Compression:

Stored size: 858 Bytes

Contents

<div >
  <h1 class="lower"><%= @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

9 entries across 9 versions & 1 rubygems

Version Path
sufia-3.2.1 app/views/single_use_link/show.html.erb
sufia-3.1.3 app/views/single_use_link/show.html.erb
sufia-3.1.2 app/views/single_use_link/show.html.erb
sufia-3.1.1 app/views/single_use_link/show.html.erb
sufia-3.1.0 app/views/single_use_link/show.html.erb
sufia-3.0.0 app/views/single_use_link/show.html.erb
sufia-2.0.1 app/views/single_use_link/show.html.erb
sufia-2.0.0 app/views/single_use_link/show.html.erb
sufia-1.3.0 app/views/single_use_link/show.html.erb