Skip to content

Commit

Permalink
Update view_content.html
Browse files Browse the repository at this point in the history
  • Loading branch information
admpub authored Mar 7, 2024
1 parent adfba6b commit 4219f17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/backend/task/view_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</span>
<h3>{{"任务:"|$.T}}<a href="{{BackendURL}}/task/edit?id={{$.Stored.task.Id}}">{{$.Stored.task.Name}}(#{{$.Stored.task.Id}})</a></h3>
</div>
<div class="content">
<div class="content padding">
<table class="table table-bordered">
<tbody>
<tr>
Expand Down Expand Up @@ -65,4 +65,4 @@ <h4>{{"描述"|$.T}}</h4>
</p>
{{end}}
</div>
</div>
</div>

0 comments on commit 4219f17

Please # to comment.