初始提交: Gitea 项目代码
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<table class="ui table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{ctx.Locale.Tr "org.members.member"}}</th>
|
||||
<th>{{ctx.Locale.Tr "org.worktime.time"}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{{range $.WorktimeSumResult}}
|
||||
<tr>
|
||||
<td>{{svg "octicon-person"}} <a href="{{AppSubUrl}}/{{PathEscape .UserName}}">{{.UserName}}</a></td>
|
||||
<td>{{svg "octicon-clock"}} {{.SumTime | Sec2Hour}}</td>
|
||||
</tr>
|
||||
{{else}}
|
||||
{{template "org/worktime/empty_placeholder" dict "Colspan" 2}}
|
||||
{{end}}
|
||||
</tbody>
|
||||
</table>
|
||||
Reference in New Issue
Block a user