2015-03-22 02:48:08 -04:00
|
|
|
%h4.prepend-top-20
|
|
|
|
%span.light Contributions for
|
|
|
|
%strong #{@calendar_date.to_s(:short)}
|
|
|
|
|
|
|
|
%ul.bordered-list
|
|
|
|
- @events.sort_by(&:created_at).each do |event|
|
|
|
|
%li
|
|
|
|
%span.light
|
|
|
|
%i.fa.fa-clock-o
|
|
|
|
= event.created_at.to_s(:time)
|
2015-03-22 17:52:44 -04:00
|
|
|
- if event.push?
|
|
|
|
#{event.action_name} #{event.ref_type} #{event.ref_name}
|
2015-03-22 02:48:08 -04:00
|
|
|
- else
|
|
|
|
= event_action_name(event)
|
|
|
|
- if event.target
|
|
|
|
%strong= link_to "##{event.target_iid}", [event.project.namespace.becomes(Namespace), event.project, event.target]
|
|
|
|
|
2015-03-22 17:52:44 -04:00
|
|
|
at
|
2015-03-13 06:39:26 -04:00
|
|
|
%strong
|
2015-03-22 02:48:08 -04:00
|
|
|
- if event.project
|
|
|
|
= link_to_project event.project
|
|
|
|
- else
|
|
|
|
= event.project_name
|