This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
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
fix-1956
tags/v1.22.7.2^2
ychao_1983
3 years ago
parent
ea2e1b3c87
commit
12e17d237c
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/org/create.tmpl
+1
-1
templates/repo/create.tmpl
+1
-1
templates/repo/migrate.tmpl
+ 1
- 1
templates/org/create.tmpl
View File
@@ -48,7 +48,7 @@
<button class="ui green button">
{{.i18n.Tr "org.create_org"}}
</button>
<a class="ui button" href="
{{AppSubUrl}}/
">{{.i18n.Tr "cancel"}}</a>
<a class="ui button" href="
javascript:history.go(-1)
">{{.i18n.Tr "cancel"}}</a>
</div>
</div>
</form>
+ 1
- 1
templates/repo/create.tmpl
View File
@@ -176,7 +176,7 @@
<button class="ui green button" id="submit_reponame">
{{.i18n.Tr "repo.create_repo"}}
</button>
<a class="ui button" href="
{{AppSubUrl}}/
">{{.i18n.Tr "cancel"}}</a>
<a class="ui button" href="
javascript:history.go(-1)
">{{.i18n.Tr "cancel"}}</a>
</div>
</div>
</form>
+ 1
- 1
templates/repo/migrate.tmpl
View File
@@ -102,7 +102,7 @@
<button class="ui green button" id="submit_reponame">
{{.i18n.Tr "repo.migrate_repo"}}
</button>
<a class="ui button" href="
{{AppSubUrl}}/
">{{.i18n.Tr "cancel"}}</a>
<a class="ui button" href="
javascript:history.go(-1)
">{{.i18n.Tr "cancel"}}</a>
</div>
</div>
</form>
Write
Preview
Loading…
Cancel
Save