Skip to content
Snippets Groups Projects
Commit ca4e2ad1 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #197 from artiom/187-dashboard-merge-request-indication

Merge requests in dashboard state indication
parents e213f949 8187119e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -5,6 +5,8 @@
%a.project-update{:href => project_merge_request_path(update.project, update)}
= image_tag gravatar_icon(update.author_email), :class => "left", :width => 40
%span.update-title
- state = update.closed ? 'closed' : 'open'
%span.tag{ :class => state } #{state.capitalize}
= truncate update.title, :length => 70
.right= update.project.name
%span.update-author
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment