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
Merge pull request
#134
from metalmatze/fix/admin-templates
Fix bug that tries to load mistyped templates
master
Andrey Nering
GitHub
8 years ago
parent
c040f2fbb1
63ca42d17f
commit
1c0a4e166f
2 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/admin/repo/list.tmpl
+1
-1
templates/repo/release/list.tmpl
+ 1
- 1
templates/admin/repo/list.tmpl
View File
@@ -44,7 +44,7 @@
</table>
</table>
</div>
</div>
{{template "base/pagina
g
e" .}}
{{template "base/pagina
t
e" .}}
</div>
</div>
</div>
</div>
</div>
</div>
+ 1
- 1
templates/repo/release/list.tmpl
View File
@@ -75,7 +75,7 @@
</li>
</li>
{{end}}
{{end}}
</ul>
</ul>
{{template "base/pagina
g
e" .}}
{{template "base/pagina
t
e" .}}
</div>
</div>
</div>
</div>
{{template "base/footer" .}}
{{template "base/footer" .}}
Write
Preview
Loading…
Cancel
Save