<%= link_to journal.user, user_path(journal.user),:style => " font-weight:bold; color:#15bccf; margin-right:30px; background:none;", :target => "_blank"%><%= format_time(journal.created_on) %>
<%= textilizable journal.notes%>
<% 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} %>