diff options
author | Lauris BH <lauris@nix.lv> | 2017-10-15 05:24:24 +0300 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-10-15 10:24:24 +0800 |
commit | 32ca299650277829b93994eca1508f9d84a5b667 (patch) | |
tree | 65cabe4bb9d3cefb9c253b73c087b2439c13ae2c /templates/org/home.tmpl | |
parent | f42dbdbae59600266d03357f9693c659adc9cab3 (diff) | |
download | gitea-32ca299650277829b93994eca1508f9d84a5b667.tar.gz gitea-32ca299650277829b93994eca1508f9d84a5b667.zip |
Remove direct user adding to organization members (#2641)
Diffstat (limited to 'templates/org/home.tmpl')
-rw-r--r-- | templates/org/home.tmpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/org/home.tmpl b/templates/org/home.tmpl index 9b8b311666..18782e3981 100644 --- a/templates/org/home.tmpl +++ b/templates/org/home.tmpl @@ -52,11 +52,6 @@ {{end}} {{end}} </div> - {{if .IsOrganizationOwner}} - <div class="ui bottom attached segment"> - <a class="ui blue small button" href="{{.OrgLink}}/invitations/new">{{.i18n.Tr "org.invite_someone"}}</a> - </div> - {{end}} {{if .IsOrganizationMember}} <div class="ui top attached header"> |