+ <% id = 'project_respond_form_'+ reply.id.to_s %>
+
+ <%= link_to reply.user.name, user_path(reply.user) %>:
+ <%= reply.notes %>
+
+
+ <%= 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 %>
+ <% if @user == User.current || User.current.admin? || reply.user.id == User.current.id %>
+ <%= link_to(l(:label_newfeedback_delete), {:controller => 'homework_attach', :action => 'destroy', :object_id => reply, :user_id => reply.user},
+ :remote => true, :confirm => l(:text_are_you_sure), :method => 'delete', :class => "delete", :title => l(:button_delete)) %>
+ <% end %>
+
+
+
+
+ <% if reply_allow %>
+ <%= render :partial => "add_jour_reply", :locals => {:journal => journal, :m_reply_id => m_reply_id} %>
+ <% end %>
+
+