|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
<% unless @message.empty? %>
|
|
|
|
|
<div id="activity">
|
|
|
|
|
<% @message.each do |e| -%>
|
|
|
|
|
<table width="660" border="0" align="left" style="border-bottom: 1px solid rgb(225, 225, 225); margin-bottom: 10px;">
|
|
|
|
|
<table width="660" border="0" align="left" style="border-bottom: 1px dashed rgb(204, 204, 204); margin-bottom: 10px;">
|
|
|
|
|
<tr>
|
|
|
|
|
<!-- fq -->
|
|
|
|
|
<td colspan="2" valign="top" width="50" ><%= link_to image_tag(url_to_avatar(e.user), :class => "avatar"), user_path(e.user), :class => "avatar" %></td>
|
|
|
|
|