File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 9
9
</h3>
10
10
<div class="ui attached segment">
11
11
{{template "base/alert" .}}
12
-
13
- {{if not $.DisableMigrations}}
14
- <p class="ui center">{{.locale.Tr "repo.new_repo_helper" ((printf "%s%s" AppSubUrl "/repo/migrate")|Escape) | Safe}}</p>
15
- {{end}}
12
+ {{template "repo/create_helper" .}}
16
13
17
14
{{if not .CanCreateRepo}}
18
15
<div class="ui negative message">
Original file line number Diff line number Diff line change
1
+ {{if not $.DisableMigrations}}
2
+ <p class="ui center">{{.locale.Tr "repo.new_repo_helper" ((printf "%s%s" AppSubUrl "/repo/migrate")|Escape) | Safe}}</p>
3
+ {{end}}
Original file line number Diff line number Diff line change 2
2
<div class="page-content repository new migrate">
3
3
<div class="ui middle very relaxed page grid">
4
4
<div class="column">
5
+ {{template "repo/migrate/helper" .}}
5
6
<div class="ui three stackable cards">
6
7
{{range .Services}}
7
8
<a class="ui card df ac" href="{{AppSubUrl}}/repo/migrate?service_type={{.}}&org={{$.Org}}&mirror={{$.Mirror}}">
You can’t perform that action at this time.
0 commit comments