+
+
+ <%= image_tag url_to_avatar(reply.user) %>
+
+
<% id = 'project_respond_form_'+ reply.id.to_s %>
-
-
- <%= link_to reply.user.name, user_path(reply.user) %>
- :
-
+ <%= link_to reply.user.name, user_path(reply.user) %>
+ 回复
+ <%= link_to reply.at_user.name,user_path(reply.at_user) %>
+
<%= reply.notes %>
@@ -19,15 +18,15 @@
<%= format_time reply.created_on %>
-
- <% if reply_allow %>
- <%= link_to l(:label_projects_feedback_respond),'',
- {:focus => 'project_respond', :onclick => "toggleAndSettingWordsVal($('##{id}'), $('##{id} textarea'), '#{l(:label_reply_plural)} #{m_reply_id.user.name}: '); return false;"} %>
- <% end %>
+
diff --git a/public/stylesheets/css.css b/public/stylesheets/css.css
index 9fbd2ecaf..15310f72f 100644
--- a/public/stylesheets/css.css
+++ b/public/stylesheets/css.css
@@ -88,8 +88,10 @@ a:hover.ping_sub{ background:#14a8b9;}
.recall{ border-top:1px solid #CCC; padding:5px 0;}
.recall_head{ float:left;}
.recall_head a{ display:block; width:30px; height:30px; border:1px solid #CCC; padding:1px;}
+.recall_head img{ height:30px; width:30px;}
.recall_head a:hover{border:1px solid #15bccf;}
-.recall_con{ float:left;color:#777777; width:335px; margin-left:10px; }
+.recall_head img:hover{border:1px solid #15bccf;}
+.recall_con{ float:left;color:#777777; width:90%; margin-left:10px; }
.recall_con a{ color:#15bccf; }
.ping_list{ margin-top:15px;}