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
27b7aedd
Commit
27b7aedd
authored
Aug 06, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More compact lists for dashboard issues, mr
parent
512cd023
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
6 deletions
+19
-6
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
+16
-0
app/views/shared/_issues.html.haml
app/views/shared/_issues.html.haml
+2
-5
app/views/shared/_merge_requests.html.haml
app/views/shared/_merge_requests.html.haml
+1
-1
No files found.
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
View file @
27b7aedd
...
@@ -15,6 +15,22 @@
...
@@ -15,6 +15,22 @@
border
:
1px
solid
#CCC
;
border
:
1px
solid
#CCC
;
word-wrap
:
break-word
;
word-wrap
:
break-word
;
&
.small-box
{
margin-bottom
:
10px
;
.title
{
font-size
:
13px
;
line-height
:
30px
;
a
{
color
:
#666
;
&
:hover
{
text-decoration
:
underline
;
}
}
}
}
&
.ui-box-show
{
&
.ui-box-show
{
margin
:
20px
0
;
margin
:
20px
0
;
background
:
#FFF
;
background
:
#FFF
;
...
...
app/views/shared/_issues.html.haml
View file @
27b7aedd
-
if
@issues
.
any?
-
if
@issues
.
any?
-
@issues
.
group_by
(
&
:project
).
each
do
|
group
|
-
@issues
.
group_by
(
&
:project
).
each
do
|
group
|
%div
.ui
-box
.ui-box.small
-box
-
project
=
group
[
0
]
-
project
=
group
[
0
]
.title
.title
=
link_to_project
project
=
link_to_project
project
=
link_to
'show all'
,
project_issues_path
(
project
),
class:
'pull-right'
%i
.icon-angle-right
=
link_to
'issues'
,
project_issues_path
(
project
)
%ul
.well-list.issues-list
%ul
.well-list.issues-list
-
group
[
1
].
each
do
|
issue
|
-
group
[
1
].
each
do
|
issue
|
...
...
app/views/shared/_merge_requests.html.haml
View file @
27b7aedd
-
if
@merge_requests
.
any?
-
if
@merge_requests
.
any?
-
@merge_requests
.
group_by
(
&
:project
).
each
do
|
group
|
-
@merge_requests
.
group_by
(
&
:project
).
each
do
|
group
|
.ui-box
.ui-box
.small-box
-
project
=
group
[
0
]
-
project
=
group
[
0
]
.title
.title
=
link_to_project
project
=
link_to_project
project
...
...
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