summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-11 16:39:04 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-11 16:39:04 +0300
commitba5787c38ab2b281cf7cd47c61ea25ecebba42cc (patch)
treea31fb9c6fe8a82e6b31a3b59c2e0e5a2d2095e41 /app/views
parent6d332ce146b634e18b12e2476ace3955d7d33290 (diff)
downloadgitlab-ce-ba5787c38ab2b281cf7cd47c61ea25ecebba42cc.tar.gz
Less distracting git clone line for public page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views')
-rw-r--r--app/views/public/projects/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/public/projects/index.html.haml b/app/views/public/projects/index.html.haml
index 624ec0b9b95..7d4d94ce42b 100644
--- a/app/views/public/projects/index.html.haml
+++ b/app/views/public/projects/index.html.haml
@@ -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?