File tree 1 file changed +0
-31
lines changed
1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change 35
35
{{ /each }}
36
36
</tbody >
37
37
</table >
38
- {{ #equal user.ID owner.ID}}
39
- <h3 >Unconfirmed Versions</h3 >
40
- <table >
41
- <thead >
42
- <th colspan =" 6" ></th >
43
- <th colspan =" 3" >Approve / Reject</th >
44
- </thead >
45
- <thead >
46
- <tr >
47
- <th ></th >
48
- <th >Created On</th >
49
- <th >Tree @ Commit</th >
50
- <th >Compare Diff</th >
51
- <th >Unpacked Size</th >
52
- <th >Tar Size</th >
53
- </tr >
54
- </thead >
55
- <tbody >
56
- {{ #each new_versions }}
57
- <tr >
58
- <td >v{{ this.RealMajor }} .{{ this.RealMinor }} </td >
59
- <td >{{ fix_date this.CreatedOn }} </td >
60
- <td ><a href =" {{ tree_url pkg.Remote pkg.RemoteName this.CommitTo }} " ><code >{{ trim_str this.CommitTo 14 }} </code ></a ></td >
61
- <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 >
62
- <td >{{ fix_bytes this.UnpackedSize }} </td >
63
- <td >{{ fix_bytes this.TarSize }} </td >
64
- </tr >
65
- {{ /each }}
66
- </tbody >
67
- </table >
68
- {{ /equal }}
69
38
</div >
70
39
</body >
71
40
</html >
You can’t perform that action at this time.
0 commit comments