gitlabhq/app/views/events/_event_membership_changed.html.haml

10 lines
274 B
Plaintext
Raw Normal View History

2012-09-09 22:18:28 +02:00
= image_tag gravatar_icon(event.author_email), class: "avatar"
%strong #{event.author_name}
%span.event_label{class: event.action_name}= event.action_name
2012-09-09 23:27:47 +02:00
project
%strong= link_to event.project_name, event.project
2012-09-09 22:18:28 +02:00
%span.cgray
= time_ago_in_words(event.created_at)
ago.