gitlabhq/app/views/events/_event_issue.html.haml
2012-09-24 13:33:51 +03:00

9 lines
352 B
Plaintext

= image_tag gravatar_icon(event.author_email), class: "avatar"
.event-title
%strong.author_name #{event.author_name}
%span.event_label{class: event.action_name} #{event.action_name} issue
= link_to project_issue_path(event.project, event.issue) do
%strong= truncate event.issue_title
at
%strong= link_to event.project.name, event.project