gitlab-org--gitlab-foss/app/views/dashboard/_issues_feed.html.haml

11 lines
235 B
Plaintext
Raw Normal View History

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