Sha256: 777ef4a1ad7ecc01ada405bba2651d887529ec9b8394ed148c155b71b9134301

Contents?: true

Size: 865 Bytes

Versions: 4

Compression:

Stored size: 865 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 =  @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

4 entries across 4 versions & 1 rubygems

Version Path
sufia-0.1.0 app/views/single_use_link/show.html.erb
sufia-0.0.8 app/views/single_use_link/show.html.erb
sufia-0.0.7 app/views/single_use_link/show.html.erb
sufia-0.0.6 app/views/single_use_link/show.html.erb