File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 99 </h3>
1010 <div class="ui attached segment">
1111 {{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" .}}
1613
1714 {{if not .CanCreateRepo}}
1815 <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 22<div class="page-content repository new migrate">
33 <div class="ui middle very relaxed page grid">
44 <div class="column">
5+ {{template "repo/migrate/helper" .}}
56 <div class="ui three stackable cards">
67 {{range .Services}}
78 <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