This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
add omitted lang
tags/v1.2.0-rc1
Vyacheslav Bakhmutov
10 years ago
parent
e848b17fab
commit
5103f16f78
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/admin/monitor.tmpl
+1
-1
templates/repo/issue/create.tmpl
+ 1
- 1
templates/admin/monitor.tmpl
View File
@@ -58,7 +58,7 @@
<td>{{.Pid}}</td>
<td>{{.Description}}</td>
<td>{{.Start}}</td>
<td>{{TimeSince .Start}}</td>
<td>{{TimeSince .Start
.i18n.Lang
}}</td>
</tr>
{{end}}
</tbody>
+ 1
- 1
templates/repo/issue/create.tmpl
View File
@@ -71,7 +71,7 @@
{{range .ClosedMilestones}}
<li class="milestone-item" data-id="{{.Id}}">
<p><strong>{{.Name}}</strong></p>
<p>Closed {{TimeSince .ClosedDate}}</p>
<p>Closed {{TimeSince .ClosedDate
$.Lang
}}</p>
</li>
{{end}}
</ul>
Write
Preview
Loading…
Cancel
Save