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
fixed HTML indenting
master
Steven
9 years ago
parent
c8aa9c6cb1
ecd59deb27
commit
87d64acc9f
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/repo/stars.tmpl
+1
-1
templates/repo/watchers.tmpl
+ 1
- 1
templates/repo/stars.tmpl
View File
@@ -32,7 +32,7 @@
</ol>
{{with .Page}}
{{if gt .TotalPages 1}}
{{if gt .TotalPages 1}}
<div class="pagination">
{{if .HasPrevious}}
<a href="{{$.RepoLink}}/stars/{{.Previous}}">{{$.i18n.Tr "issues.previous"}}</a>
+ 1
- 1
templates/repo/watchers.tmpl
View File
@@ -32,7 +32,7 @@
</ol>
{{with .Page}}
{{if gt .TotalPages 1}}
{{if gt .TotalPages 1}}
<div class="pagination">
{{if .HasPrevious}}
<a href="{{$.RepoLink}}/watchers/{{.Previous}}">{{$.i18n.Tr "issues.previous"}}</a>
Write
Preview
Loading…
Cancel
Save