|
|
|
@ -2,8 +2,6 @@
|
|
|
|
|
<p class="subtitle">
|
|
|
|
|
<%= l(:label_date_from_to, :start => format_date(@date_to - @days), :end => format_date(@date_to-1)) %>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="activity">
|
|
|
|
|
<% @events_by_day.keys.sort.reverse.each do |day| %>
|
|
|
|
|
<h3></h3>
|
|
|
|
@ -13,7 +11,8 @@
|
|
|
|
|
<table width="660px" border="0" align="center">
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2" valign="top" width="50" >
|
|
|
|
|
<img src="/images/new/user.jpg" width="40" height="40"/>
|
|
|
|
|
<!--img src="/images/new/user.jpg" width="40" height="40"/-->
|
|
|
|
|
<%= image_tag(url_to_avatar(e.event_author), :class => "avatar") %>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<table width="580px" border="0">
|
|
|
|
|