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

11 lines
249 B
Plaintext
Raw Normal View History

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