diff --git a/app/views/activities/index.html.erb b/app/views/activities/index.html.erb index d03a05477..8b3d5153f 100644 --- a/app/views/activities/index.html.erb +++ b/app/views/activities/index.html.erb @@ -1,9 +1,7 @@

<%= @author.nil? ? l(:label_activity) : l(:label_user_activity, link_to_user(@author)).html_safe %>

<%= l(:label_date_from_to, :start => format_date(@date_to - @days), :end => format_date(@date_to-1)) %> -

- - +

<% @events_by_day.keys.sort.reverse.each do |day| %>

@@ -13,7 +11,8 @@
- + + <%= image_tag(url_to_avatar(e.event_author), :class => "avatar") %>