summaryrefslogtreecommitdiff
path: root/app/views/events/_event_issue.html.haml
blob: 4293be8204efa2c79d687ea5d582276ba8e6796f (plain)
1
2
3
4
5
6
7
8
9
10
11
= image_tag gravatar_icon(event.author_email), :class => "avatar"
%strong #{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
%span.cgray
  = time_ago_in_words(event.created_at)
  ago.