APTrust/dart

View on GitHub
plugins/repository/aptrust/objects.html

Summary

Maintainability
Test Coverage
<table class="table table-hover">
  <thead class="thead-inverse">
    <tr>
      <th>Identifier</th>
      <th>Last Ingested</th>
    </tr>
  </thead>
  <tbody>
    {{#each objects}}
    <tr class="repository-clickable-row" data-url="{{ this.url }}"
        data-toggle="popover"
        data-content="<p>Etag: {{ this.etag }}</p><p>Title: {{ this.escapedTitle }}</p>">
      <td>{{ this.identifier }}</td>
      <td>{{ this.displayDate }}</td>
    </tr>
    {{/each }}
  </tbody>
</table>