|
|
|
@ -18,9 +18,9 @@
|
|
|
|
|
<%=render :partial=> "praise_tread/praise", :locals => {:activity=>comment, :user_activity_id=>comment.id,:type=>"reply"}%>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<% unless comment.content_detail.blank? %>
|
|
|
|
|
<% if !comment.content_detail.blank? || comment.class == Journal %>
|
|
|
|
|
<div class="homepagePostReplyContent break_word list_style upload_img table_maxWidth" id="reply_content_<%= comment.id %>">
|
|
|
|
|
<% if comment.class == 'Journal' %>
|
|
|
|
|
<% if comment.class == Journal %>
|
|
|
|
|
<% if comment.details.any? %>
|
|
|
|
|
<% details_to_strings(comment.details).each do |string| %>
|
|
|
|
|
<p><%= string %></p>
|
|
|
|
|