mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
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:
@@ -61,7 +61,6 @@
|
||||
<button class="ui green button">
|
||||
{{.locale.Tr "repo.fork_repo"}}
|
||||
</button>
|
||||
<a class="ui button" href="{{.ForkRepo.Link}}">{{.locale.Tr "cancel"}}</a>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user