修复密码修改bug

This commit is contained in:
郝大全
2017-07-05 10:56:00 +08:00
parent 1e4b9b31e3
commit 249f1beed7
4 changed files with 11 additions and 17 deletions

View File

@@ -90,7 +90,9 @@
{{range $k, $v := .recentLogs}}
<div class="panel-body">
<div class="w45 pull-left">
<a href="{{urlfor "TaskController.ViewLog" "id" $v.id}}" class="news-item-title">{{$v.task_name}} # {{$v.id}}</a>
<a href="{{urlfor "TaskController.ViewLog" "id" $v.id}}" class="news-item-title">
{{$v.task_name}} # {{$v.id}}
</a>
</div>
<div class="w45 pull-left">{{$v.start_time}} </div>
<div class="w10 pull-left">