_issues_feed.html.haml 328 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 - @issues.each do |issue| .wll = link_to [issue.project, issue] do %p %strong %span.pretty_label= issue.project.name – Issue # = issue.id = truncate issue.title, :length => 50 %span.right.cgray = issue.updated_at.stamp("Aug 21, 2011")