提交 8187119e 编写于 作者: A Artiom Lunev

add to merge requests in dashboard indication if closed or not fixes #187

上级 fb72b3c6
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册