Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
4aaa7b74f49a
Unverified
Commit
5b1984ce
authored
Dec 27, 2013
by
Dmitriy Zaporozhets
Browse files
Reduce right margin or dashboard project visibility icon
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
4461b1aa1fee
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/assets/stylesheets/sections/dashboard.scss
View file @
4aaa7b74
...
...
@@ -125,7 +125,7 @@
.dash-project-access-icon
{
float
:
left
;
margin-right
:
10
px
;
margin-right
:
5
px
;
font-size
:
18px
;
color
:
#BBB
;
margin-bottom
:
10px
;
...
...
app/helpers/projects_helper.rb
View file @
4aaa7b74
...
...
@@ -179,11 +179,11 @@ def project_head_title
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment