This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
修复#357,迁移外部项目、创建组织保持一致
tags/v1.21.9.2
OpenIhu
4 years ago
parent
37aaeecdc9
commit
57c6d272e4
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/org/create.tmpl
+1
-1
templates/repo/migrate.tmpl
+ 1
- 1
templates/org/create.tmpl
View File
@@ -1,5 +1,5 @@
{{template "base/head" .}}
<div class="organization new org">
<div class="organization new org"
style="margin-top: 25px;"
>
<div class="ui middle very relaxed page grid">
<div class="column">
<form class="ui form" action="{{.Link}}" method="post">
+ 1
- 1
templates/repo/migrate.tmpl
View File
@@ -1,5 +1,5 @@
{{template "base/head" .}}
<div class="repository new migrate">
<div class="repository new migrate"
style="margin-top: 40px;"
>
<div class="ui middle very relaxed page grid">
<div class="column">
<form class="ui form" action="{{.Link}}" method="post">
Write
Preview
Loading…
Cancel
Save