Remove useless "Cancel" buttons (#21872)
* Continues #21381 These buttons have no real use. To cancel, one would simply navigate away. Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
This commit is contained in:
parent
a08584ee36
commit
77f50356f4
12 changed files with 0 additions and 12 deletions
|
@ -48,7 +48,6 @@
|
|||
<button class="ui green button">
|
||||
{{.locale.Tr "org.create_org"}}
|
||||
</button>
|
||||
<a class="ui button" href="{{AppSubUrl}}/">{{.locale.Tr "cancel"}}</a>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
@ -134,7 +134,6 @@
|
|||
<div class="field">
|
||||
{{if .PageIsOrgTeamsNew}}
|
||||
<button class="ui green button">{{.locale.Tr "org.create_team"}}</button>
|
||||
<a class="ui button" href="{{.OrgLink}}/teams">{{.locale.Tr "cancel"}}</a>
|
||||
{{else}}
|
||||
<button class="ui green button">{{.locale.Tr "org.teams.update_settings"}}</button>
|
||||
{{if not (eq .Team.LowerName "owners")}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue