diff options
author | Yarden Shoham <hrsi88@gmail.com> | 2022-10-22 18:00:42 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-22 23:00:42 +0800 |
commit | a7299bbb8d8b363f3d828e04e060921aa0c31d93 (patch) | |
tree | 2e93ff105ea6a1a28a777137a85b1927ac9551ca /templates/org/team | |
parent | 11edc09681232191cec70b9b9ce0835af4082e04 (diff) |
ui: remove useless "Cancel" buttons (#7192)
Co-authored-by: Joe Chen <jc@unknwon.io>
Diffstat (limited to 'templates/org/team')
-rw-r--r-- | templates/org/team/new.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/org/team/new.tmpl b/templates/org/team/new.tmpl index e3e99d81..05d415a0 100644 --- a/templates/org/team/new.tmpl +++ b/templates/org/team/new.tmpl @@ -55,7 +55,6 @@ <div class="field"> {{if .PageIsOrgTeamsNew}} <button class="ui green button">{{.i18n.Tr "org.create_new_team"}}</button> - <a class="ui button" href="{{.OrgLink}}/teams">{{.i18n.Tr "cancel"}}</a> {{else}} <button class="ui green button">{{.i18n.Tr "org.teams.update_settings"}}</button> {{if not (eq .Team.LowerName "owners")}} |