Less distracting git clone line for public page

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets
2014-07-11 16:39:04 +03:00
parent 6d332ce146
commit ba5787c38a
2 changed files with 3 additions and 3 deletions
@@ -172,8 +172,8 @@ ul.nav.nav-projects-tabs {
}
.public-clone {
background: #333;
color: #f5f5f5;
background: #EEE;
color: #777;
padding: 6px 10px;
margin: 1px;
font-weight: normal;
+1 -1
View File
@@ -45,7 +45,7 @@
%small.access-icon
= internal_icon
Internal
.pull-right
.pull-right.hidden-sm.hidden-xs
%pre.public-clone git clone #{project.http_url_to_repo}
- if project.description.present?