课程留言回复头像

This commit is contained in:
sw 2015-07-18 13:41:17 +08:00
parent d0482fdb65
commit 1cc89ceadf
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<div class="recall" id='word_li_<%=reply.id.to_s%>' onmouseover="$('#<%= ids_r %>').show()" onmouseout="$('#<%= ids_r %>').hide()">
<div class="recall_head">
<% if show_name %>
<%= image_tag url_to_avatar(journal.user),:width => '30',:height => '30' %>
<%= image_tag url_to_avatar(reply.user),:width => '30',:height => '30' %>
<% else %>
<%= image_tag url_to_avatar(nil),:width => '30',:height => '30' %>
<% end %>