+
@helper.html.copy("repository-url-copy", repository.httpUrl){
+ @if(repository.sshUrl.isDefined){
+
+
+
+
+ }
}
@@ -158,3 +179,20 @@
}
}
}
+
diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css
index f36161d..2880ab3 100644
--- a/src/main/webapp/assets/common/css/gitbucket.css
+++ b/src/main/webapp/assets/common/css/gitbucket.css
@@ -1185,18 +1185,6 @@
color: #c00;
}
-/*
-div.wiki-index-header {
- background-color: #f5f5f5;
- color: #333333;
- margin: 0;
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
- border: 1px solid #d8d8d8;
- padding: 8px 8px 8px 8px;
-}
-*/
-
div.wiki-sidebar {
background-color: white;
border: 1px solid #d8d8d8;
@@ -1226,18 +1214,6 @@
color: gray;
}
-/*
-div.wiki-index-content {
- background-color: white;
- border: 1px solid #d8d8d8;
- padding: 0px;
- border-bottom-left-radius: 3px;
- border-bottom-right-radius: 3px;
- margin-bottom: 20px;
- border-top: none;
-}
-*/
-
/****************************************************************************/
/* Commit */
/****************************************************************************/