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
iv
gitlab-ce
Commits
2bd70b6a
Commit
2bd70b6a
authored
Feb 02, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve project icons for dashboard
parent
c0acb28c
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
7 deletions
+18
-7
app/assets/stylesheets/sections/dashboard.scss
app/assets/stylesheets/sections/dashboard.scss
+10
-0
app/views/dashboard/_groups.html.haml
app/views/dashboard/_groups.html.haml
+2
-1
app/views/dashboard/_project.html.haml
app/views/dashboard/_project.html.haml
+2
-2
app/views/groups/_projects.html.haml
app/views/groups/_projects.html.haml
+2
-2
app/views/users/_groups.html.haml
app/views/users/_groups.html.haml
+2
-2
No files found.
app/assets/stylesheets/sections/dashboard.scss
View file @
2bd70b6a
...
@@ -97,7 +97,17 @@
...
@@ -97,7 +97,17 @@
.dash-project-avatar
{
.dash-project-avatar
{
float
:
left
;
float
:
left
;
.avatar
{
margin-top
:
-8px
;
margin-left
:
-15px
;
@include
border-radius
(
0px
);
}
.identicon
{
line-height
:
40px
;
}
}
}
.dash-project-access-icon
{
.dash-project-access-icon
{
float
:
left
;
float
:
left
;
margin-right
:
5px
;
margin-right
:
5px
;
...
...
app/views/dashboard/_groups.html.haml
View file @
2bd70b6a
...
@@ -10,7 +10,8 @@
...
@@ -10,7 +10,8 @@
-
groups
.
each
do
|
group
|
-
groups
.
each
do
|
group
|
%li
.group-row
%li
.group-row
=
link_to
group_path
(
id:
group
.
path
),
class:
dom_class
(
group
)
do
=
link_to
group_path
(
id:
group
.
path
),
class:
dom_class
(
group
)
do
=
image_tag
group_icon
(
group
.
path
),
class:
"avatar s24"
.dash-project-avatar
=
image_tag
group_icon
(
group
.
path
),
class:
"avatar s40"
%span
.group-name.filter-title
%span
.group-name.filter-title
=
truncate
(
group
.
name
,
length:
35
)
=
truncate
(
group
.
name
,
length:
35
)
%span
.arrow
%span
.arrow
...
...
app/views/dashboard/_project.html.haml
View file @
2bd70b6a
=
link_to
project_path
(
project
),
class:
dom_class
(
project
)
do
=
link_to
project_path
(
project
),
class:
dom_class
(
project
)
do
.dash-project-avatar
=
project_icon
(
project
.
to_param
,
alt:
''
,
class:
'avatar s40'
)
.dash-project-access-icon
.dash-project-access-icon
=
visibility_level_icon
(
project
.
visibility_level
)
=
visibility_level_icon
(
project
.
visibility_level
)
.dash-project-avatar
=
project_icon
(
project
.
to_param
,
alt:
''
,
class:
'avatar s24'
)
%span
.str-truncated
%span
.str-truncated
%span
.namespace-name
%span
.namespace-name
-
if
project
.
namespace
-
if
project
.
namespace
...
...
app/views/groups/_projects.html.haml
View file @
2bd70b6a
...
@@ -12,10 +12,10 @@
...
@@ -12,10 +12,10 @@
-
projects
.
each
do
|
project
|
-
projects
.
each
do
|
project
|
%li
.project-row
%li
.project-row
=
link_to
project_path
(
project
),
class:
dom_class
(
project
)
do
=
link_to
project_path
(
project
),
class:
dom_class
(
project
)
do
.dash-project-avatar
=
project_icon
(
project
.
to_param
,
alt:
''
,
class:
'avatar s40'
)
.dash-project-access-icon
.dash-project-access-icon
=
visibility_level_icon
(
project
.
visibility_level
)
=
visibility_level_icon
(
project
.
visibility_level
)
.dash-project-avatar
=
project_icon
(
project
.
to_param
,
alt:
''
,
class:
'avatar s24'
)
%span
.str-truncated
%span
.str-truncated
%span
.project-name
%span
.project-name
=
project
.
name
=
project
.
name
...
...
app/views/users/_groups.html.haml
View file @
2bd70b6a
.clearfix
.clearfix
-
groups
.
each
do
|
group
|
-
groups
.
each
do
|
group
|
=
link_to
group
,
class:
'profile-groups-avatars'
,
title:
group
.
name
do
=
link_to
group
,
class:
'profile-groups-avatars
inline
'
,
title:
group
.
name
do
=
image_tag
group_icon
(
group
.
path
),
class:
'avatar avatar-
inlin
e s40'
=
image_tag
group_icon
(
group
.
path
),
class:
'avatar avatar-
til
e s40'
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