first-commit
This commit is contained in:
16
templates/org/worktime/table_repos.tmpl
Normal file
16
templates/org/worktime/table_repos.tmpl
Normal file
@@ -0,0 +1,16 @@
|
||||
<table class="ui table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{ctx.Locale.Tr "repository"}}</th>
|
||||
<th>{{ctx.Locale.Tr "org.worktime.time"}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{{range $.WorktimeSumResult}}
|
||||
<tr>
|
||||
<td>{{svg "octicon-repo"}} <a href="{{$.Org.HomeLink}}/{{PathEscape .RepoName}}/issues">{{.RepoName}}</a></td>
|
||||
<td>{{svg "octicon-clock"}} {{.SumTime | Sec2Hour}}</td>
|
||||
</tr>
|
||||
{{end}}
|
||||
</tbody>
|
||||
</table>
|
Reference in New Issue
Block a user