Remove SSH button when SSH is disabled
This commit is contained in:
parent
8a3ee795d2
commit
4564d13496
3 changed files with 9 additions and 7 deletions
|
@ -1496,7 +1496,7 @@ The register and sign-in page style
|
|||
.repo-bare #repo-header-meta {
|
||||
display: none;
|
||||
}
|
||||
.repo-bare #repo-clone-ssh {
|
||||
.repo-bare .btn-first {
|
||||
margin-left: 200px;
|
||||
}
|
||||
.repo-bare #repo-clone-copy {
|
||||
|
|
|
@ -345,7 +345,7 @@
|
|||
#repo-header-meta {
|
||||
display: none;
|
||||
}
|
||||
#repo-clone-ssh {
|
||||
.btn-first {
|
||||
margin-left: 200px;
|
||||
}
|
||||
#repo-clone-copy {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue