We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec5662 commit db4c7dcCopy full SHA for db4c7dc
templates/org/home.tmpl
@@ -29,6 +29,15 @@
29
</div>
30
31
<div class="ui five wide column">
32
+ {{if .CanCreateOrgRepo}}
33
+ <div class="center aligned">
34
+ <a class="ui green button" href="{{AppSubUrl}}/repo/create?org={{.Org.ID}}">{{.i18n.Tr "new_repo"}}</a>
35
+ {{if not .DisableNewPullMirrors}}
36
+ <a class="ui green button" href="{{AppSubUrl}}/repo/migrate?org={{.Org.ID}}&mirror=1">{{.i18n.Tr "new_migrate"}}</a>
37
+ {{end}}
38
+ </div>
39
+ <div class="ui divider"></div>
40
41
<h4 class="ui top attached header df">
42
<strong class="f1">{{.i18n.Tr "org.people"}}</strong>
43
{{if .IsOrganizationMember}}
0 commit comments