2012-08-11 00:07:50 +02:00
|
|
|
= image_tag gravatar_icon(event.author_email), class: "avatar"
|
2012-06-04 00:37:27 +02:00
|
|
|
%strong #{event.author_name}
|
2012-08-11 00:07:50 +02:00
|
|
|
%span.event_label{class: event.action_name}= event.action_name
|
2012-07-17 07:21:16 +02:00
|
|
|
issue
|
2012-03-01 21:43:04 +01:00
|
|
|
= link_to project_issue_path(event.project, event.issue) do
|
|
|
|
%strong= truncate event.issue_title
|
2012-06-04 00:37:27 +02:00
|
|
|
at
|
2012-03-01 21:43:04 +01:00
|
|
|
%strong= link_to event.project.name, event.project
|
|
|
|
%span.cgray
|
|
|
|
= time_ago_in_words(event.created_at)
|
|
|
|
ago.
|