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
Jérome Perrin
gitlab-ce
Commits
ca4e2ad1
Commit
ca4e2ad1
authored
Dec 14, 2011
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #197 from artiom/187-dashboard-merge-request-indication
Merge requests in dashboard state indication
parents
e213f949
8187119e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
app/views/dashboard/_merge_requests_feed.html.haml
app/views/dashboard/_merge_requests_feed.html.haml
+2
-0
No files found.
app/views/dashboard/_merge_requests_feed.html.haml
View file @
ca4e2ad1
...
@@ -5,6 +5,8 @@
...
@@ -5,6 +5,8 @@
%a
.project-update
{
:href
=>
project_merge_request_path
(
update
.
project
,
update
)}
%a
.project-update
{
:href
=>
project_merge_request_path
(
update
.
project
,
update
)}
=
image_tag
gravatar_icon
(
update
.
author_email
),
:class
=>
"left"
,
:width
=>
40
=
image_tag
gravatar_icon
(
update
.
author_email
),
:class
=>
"left"
,
:width
=>
40
%span
.update-title
%span
.update-title
-
state
=
update
.
closed
?
'closed'
:
'open'
%span
.tag
{
:class
=>
state
}
#{
state
.
capitalize
}
=
truncate
update
.
title
,
:length
=>
70
=
truncate
update
.
title
,
:length
=>
70
.right
=
update
.
project
.
name
.right
=
update
.
project
.
name
%span
.update-author
%span
.update-author
...
...
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