Browse Source

修改新建团队

tags/v1.22.1.3^2
wangjr 3 years ago
parent
commit
8b04e3d05d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/org/header_course.tmpl

+ 1
- 1
templates/org/header_course.tmpl View File

@@ -8,7 +8,7 @@
<span class="text thin grey"><a href="{{.HomeLink}}">{{.DisplayName}}</a></span>
{{end}}
{{if .IsCourse}}
{{if .CanCreateOrgRepo}}
{{if .IsOrganizationOwner}}
<div class="ui right">
<a class="ui green button" href="{{.OrgLink}}/teams/new">{{svg "octicon-plus" 16}} {{.i18n.Tr "org.create_new_team"}}</a>
</div>


Loading…
Cancel
Save