Commit 5b1984ce authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Reduce right margin or dashboard project visibility icon

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent b27bd2b1
......@@ -125,7 +125,7 @@
.dash-project-access-icon {
float: left;
margin-right: 10px;
margin-right: 5px;
font-size: 18px;
color: #BBB;
margin-bottom: 10px;
......
......@@ -179,11 +179,11 @@ module ProjectsHelper
title
end
def default_url_to_repo
current_user ? @project.url_to_repo : @project.http_url_to_repo
end
def default_clone_protocol
current_user ? "ssh" : "http"
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment