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/repo/pulls | |
parent | 11edc09681232191cec70b9b9ce0835af4082e04 (diff) |
ui: remove useless "Cancel" buttons (#7192)
Co-authored-by: Joe Chen <jc@unknwon.io>
Diffstat (limited to 'templates/repo/pulls')
-rw-r--r-- | templates/repo/pulls/fork.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/repo/pulls/fork.tmpl b/templates/repo/pulls/fork.tmpl index 7cde72b0..a2beab96 100644 --- a/templates/repo/pulls/fork.tmpl +++ b/templates/repo/pulls/fork.tmpl @@ -68,7 +68,6 @@ <button class="ui green button"> {{.i18n.Tr "repo.fork_repo"}} </button> - <a class="ui button" href="{{AppSubURL}}/{{.ForkFrom}}">{{.i18n.Tr "cancel"}}</a> </div> </div> </form> |