Sha256: 01e861fb2fb3eee02b6891aee09d3b77328c51ccb1dea3b68f5d5d19a1fd59da

Contents?: true

Size: 748 Bytes

Versions: 1

Compression:

Stored size: 748 Bytes

Contents

      <table class="table">
        <tr>
          <th><h4>Title:</h4></th>
          <td><%= work.title %></td>
        </tr>
        <tr>
          <th><h4>Depositor:<h4></div>
          <td><%= link_to_profile work.depositor("no depositor value") %></td>
        </tr>
        <tr>
          <th><h4>Creator:</h4></th>
          <td><%= work.creator %></td>
        </tr>
        <tr>
          <th><h4>Description:</h4></th>
          <td><%= iconify_auto_link(work.description) %></th>
        </tr>
        <tr>
          <th><h4>Keywords:</h4></th>
          <td><%= work.tags.join(', ') %></td>
        </tr>
        <tr>
          <th><h4>Date Uploaded:</h4></th>
          <td><%= work.date_uploaded %></td>
        </tr>
      </table>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sufia-4.0.0.rc2 app/views/shared/_attributes.html.erb