BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
5b1984ce
Unverified
Commit
5b1984ce
authored
Dec 27, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reduce right margin or dashboard project visibility icon
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
b27bd2b1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
dashboard.scss
app/assets/stylesheets/sections/dashboard.scss
+1
-1
projects_helper.rb
app/helpers/projects_helper.rb
+2
-2
No files found.
app/assets/stylesheets/sections/dashboard.scss
View file @
5b1984ce
...
...
@@ -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 @
5b1984ce
...
...
@@ -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
...
...
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