<%= link_to "#{journal.user.show_name}(#{journal.user.login})", user_path(journal.user),:style => " font-weight:bold; color:#15bccf; margin-right:30px; background:none;", :target => "_blank"%><%= format_time(journal.created_on) %>
<%=journal.notes.html_safe%>
<% ids = 'project_respond_form_'+ journal.id.to_s%>
<% if reply_allow %>
<%= render :partial => 'words/new_respond', :locals => {:journal => journal, :m_reply_id => journal,:show_name => true} %>
<% end %>
<%= render :partial => "words/journal_reply", :locals => {:journal => journal, :show_name => true} %>