Skip to content

Commit

Permalink
go- www/package- remove unused unconfirmed pacakges table
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Aug 16, 2021
1 parent b39a0ad commit a368ce7
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions www/package.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -35,37 +35,6 @@
{{/each}}
</tbody>
</table>
{{#equal user.ID owner.ID}}
<h3>Unconfirmed Versions</h3>
<table>
<thead>
<th colspan="6"></th>
<th colspan="3">Approve / Reject</th>
</thead>
<thead>
<tr>
<th></th>
<th>Created On</th>
<th>Tree @ Commit</th>
<th>Compare Diff</th>
<th>Unpacked Size</th>
<th>Tar Size</th>
</tr>
</thead>
<tbody>
{{#each new_versions}}
<tr>
<td>v{{this.RealMajor}}.{{this.RealMinor}}</td>
<td>{{fix_date this.CreatedOn}}</td>
<td><a href="{{tree_url pkg.Remote pkg.RemoteName this.CommitTo}}"><code>{{trim_str this.CommitTo 14}}</code></a></td>
<td><a href="{{diff_url pkg.Remote pkg.RemoteName @index this.CommitTo new_versions versions}}"><code>{{prev_commit @index new_versions versions}}...{{trim_str this.CommitTo 8}}</code></a></td>
<td>{{fix_bytes this.UnpackedSize}}</td>
<td>{{fix_bytes this.TarSize}}</td>
</tr>
{{/each}}
</tbody>
</table>
{{/equal}}
</div>
</body>
</html>

0 comments on commit a368ce7

Please sign in to comment.