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
|
2012-02-11 22:22:33 +01:00
|
|
|
%span.label= issue.project.name
|
2012-01-28 15:47:55 +01:00
|
|
|
–
|
|
|
|
Issue #
|
|
|
|
= issue.id
|
|
|
|
= truncate issue.title, :length => 50
|