|
|
@ -12,8 +12,9 @@
|
|
|
|
<% id = 'project_respond_form_'+ reply.id.to_s %>
|
|
|
|
<% 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) %>
|
|
|
|
回复
|
|
|
|
回复
|
|
|
|
<% if show_name %>
|
|
|
|
<% parent_jour = JournalsForMessage.find reply.m_reply_id %>
|
|
|
|
<%= link_to reply.at_user.name,user_path(reply.at_user) %>
|
|
|
|
<% if show_name && parent_jour %>
|
|
|
|
|
|
|
|
<%= link_to parent_jour.user.name,user_path(parent_jour.user) %>
|
|
|
|
<% else %>
|
|
|
|
<% else %>
|
|
|
|
<%= l(:label_anonymous) %>
|
|
|
|
<%= l(:label_anonymous) %>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|