<% jours.nil? || jours.count == 0 || jours.each do |jour| %>
<% if show_name %> <%= link_to image_tag(url_to_avatar(jour.user)) , user_path(jour.user), :target =>"_blank" %> <% else %> <%= image_tag(url_to_avatar(nil))%> <% end %>
<% if show_name %> <%= link_to jour.user, user_path(jour.user),:style => " font-weight:bold; color:#15bccf; margin-right:30px; background:none;", :target => "_blank"%> <% else%> <%= l(:label_anonymous) %> <% end %> <%= format_time(jour.created_on) %> <% if show_score %> <%= l(:label_work_rating) %>: <%= render :partial => 'show_score', locals: {:stars => get_homework_score(jour.user,@homework ) } %> <% end %>

<%= textilizable jour.notes%>

<% ids = 'project_respond_form_'+ jour.id.to_s%> <% if (jour.user==User.current|| User.current.admin?) && show_name %> <%= link_to(l(:label_bid_respond_delete), {:controller => 'homework_attach', :action => 'destroy_jour', :object_id => jour, :user_id => jour.user,:jour_id =>@homework.id }, :remote => true, :confirm => l(:text_are_you_sure), :title => l(:button_delete)) %> <% end %> <%= link_to l(:label_projects_feedback_respond),'', {:focus => 'project_respond', :onclick => "toggleAndSettingWordsVal($('##{ids}'), $('##{ids} textarea'), ''); $('##{ids} textarea') ;return false;"} ##{l(:label_reply_plural)} #{jour.user.name}: %>
<%= render :partial => 'words/new_respond', :locals => {:journal => jour, :m_reply_id => jour,:show_name=> show_name} %>
<%= render :partial => "words/journal_reply", :locals => {:journal => jour,:show_name=> show_name } %>
<% end %> <% if is_jour%>
<% end %>