Closed
Description
- Gitea version (or commit ref): 1.4.0
- Git version: 2.1.4
- Operating system: Raspbian
Linux raspberrypi 4.9.35-v7+ #1014 SMP Fri Jun 30 14:47:43 BST 2017 armv7l GNU/Linux
- Database (use
[x]
):- MySQL
- Can you reproduce the bug at https://try.gitea.io:
- Not relevant
Description
Copy to Clipboard button is missing when SSH is enabled, HTTP is disabled.
This can be toggled by setting custom/conf/app.ini
[repository]
DISABLE_HTTP_GIT = false
DISABLE_HTTP_GIT = true #this should also show the copy to clipboard button
Expected fuctionality is Copy to Clipboard button stays no matter what this setting is.