gitlabhq/app/views/dashboard/_issues_feed.html.haml

13 lines
328 B
Plaintext
Raw Normal View History

2012-01-28 15:47:55 +01:00
- @issues.each do |issue|
2012-02-11 22:22:33 +01:00
.wll
2012-01-28 15:47:55 +01:00
= link_to [issue.project, issue] do
%p
%strong
%span.pretty_label= issue.project.name
2012-01-28 15:47:55 +01:00
–
Issue #
= issue.id
= truncate issue.title, :length => 50
%span.right.cgray
= issue.updated_at.stamp("Aug 21, 2011")