Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
69d149e0
Commit
69d149e0
authored
Sep 04, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix ugly project access icons
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
487f78be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
15 deletions
+9
-15
app/assets/stylesheets/sections/dashboard.scss
app/assets/stylesheets/sections/dashboard.scss
+1
-6
app/views/explore/projects/_project.html.haml
app/views/explore/projects/_project.html.haml
+8
-9
No files found.
app/assets/stylesheets/sections/dashboard.scss
View file @
69d149e0
...
@@ -100,14 +100,9 @@
...
@@ -100,14 +100,9 @@
margin-right
:
15px
;
margin-right
:
15px
;
font-size
:
20px
;
font-size
:
20px
;
margin-bottom
:
15px
;
margin-bottom
:
15px
;
border
:
1px
solid
#EEE
;
padding
:
8px
12px
;
border-radius
:
50px
;
background
:
#f5f5f5
;
text-align
:
center
;
i
{
i
{
color
:
#
BBB
;
color
:
#
888
;
}
}
}
}
...
...
app/views/explore/projects/_project.html.haml
View file @
69d149e0
%li
%li
.project-access-icon
%h4
.project-title
=
visibility_level_icon
(
project
.
visibility_level
)
.project-access-icon
=
visibility_level_icon
(
project
.
visibility_level
)
=
link_to
project
.
name_with_namespace
,
project
.project-description
-
if
current_page?
(
starred_explore_projects_path
)
%h4
.project-title
%strong
.pull-right
=
link_to
project
.
name_with_namespace
,
project
=
pluralize
project
.
star_count
,
'star'
-
if
current_page?
(
starred_explore_projects_path
)
%strong
.pull-right
=
pluralize
project
.
star_count
,
'star'
.project-info
-
if
project
.
description
.
present?
-
if
project
.
description
.
present?
%p
.project-description.str-truncated
%p
.project-description.str-truncated
=
project
.
description
=
project
.
description
...
...
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