|
|
|
@ -1,4 +1,5 @@
|
|
|
|
|
<li>
|
|
|
|
|
<% ids_r = 'reply_respond_form_'+ reply.id.to_s %>
|
|
|
|
|
<li onmouseover="$('#<%= ids_r %>').show()" onmouseout="$('#<%= ids_r %>').hide()">
|
|
|
|
|
<span class="portrait">
|
|
|
|
|
<%= image_tag url_to_avatar(reply.user), :class => "avatar-3" %>
|
|
|
|
|
</span>
|
|
|
|
@ -7,9 +8,10 @@
|
|
|
|
|
<span><%= link_to reply.user.name, user_path(reply.user) %>: </span>
|
|
|
|
|
<span class="message-notes"> <%= reply.notes %></span>
|
|
|
|
|
<% ids = 'project_respond_form_'+ journal.id.to_s%>
|
|
|
|
|
<p style="margin-top: 4px; font-size: 9pt;">
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<span class="time"><%= format_time reply.created_on %></span>
|
|
|
|
|
<span style="float: right;">
|
|
|
|
|
<span style="display: none; margin-left: 4px;" id=<%= ids_r %>>
|
|
|
|
|
<%#= toggle_link l(:label_projects_feedback_respond), id, {:focus => 'project_respond'} %>
|
|
|
|
|
<%= link_to l(:label_projects_feedback_respond),'',
|
|
|
|
|
{:focus => 'project_respond', :onclick => "toggleAndSettingWordsVal($('##{id}'), $('##{id} textarea'), '#{l(:label_reply_plural)} #{reply.user.show_name}: '); return false;"}
|
|
|
|
|