15 lines
398 B
Text
15 lines
398 B
Text
= image_tag gravatar_icon(event.author_email), :class => "avatar"
|
|
%strong #{event.author_name}
|
|
%span.label.important
|
|
- if event.closed?
|
|
closed
|
|
- else
|
|
reopened
|
|
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
|
|
%span.cgray
|
|
= time_ago_in_words(event.created_at)
|
|
ago.
|