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

11 lines
235 B
Plaintext
Raw Normal View History

2012-01-28 15:47:55 +01:00
- @issues.each do |issue|
2012-02-05 12:51:51 +01:00
.entry
2012-01-28 15:47:55 +01:00
= link_to [issue.project, issue] do
%p
%strong
= issue.project.name
–
Issue #
= issue.id
= truncate issue.title, :length => 50