gitlabhq/app/views/events/_event_joined.html.haml
2012-09-09 23:18:28 +03:00

9 lines
266 B
Plaintext

= image_tag gravatar_icon(event.author_email), class: "avatar"
%strong #{event.author_name}
%span.event_label{class: event.action_name}= event.action_name
%strong= link_to event.project.name, event.project
%span.cgray
= time_ago_in_words(event.created_at)
ago.