|
|
|
@ -33,7 +33,7 @@
|
|
|
|
|
<%=format_time(activity.created_on) %>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="homepagePostIntro break_word upload_img list_style maxh360 lh18" id="activity_description_<%= user_activity_id%>">
|
|
|
|
|
<div class="homepagePostIntro break_word upload_img list_style maxh360 lh18 table_maxWidth" id="activity_description_<%= user_activity_id%>">
|
|
|
|
|
<div id="intro_content_<%= user_activity_id%>">
|
|
|
|
|
<% if activity.description? %>
|
|
|
|
|
<%= textAreailizable activity, :description, :attachments => activity.attachments %>
|
|
|
|
@ -107,7 +107,7 @@
|
|
|
|
|
<% end %>
|
|
|
|
|
<%= format_time(reply.created_on) %>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="homepagePostReplyContent break_word list_style upload_img" id="reply_content_<%= reply.id %>">
|
|
|
|
|
<div class="homepagePostReplyContent break_word list_style upload_img table_maxWidth" id="reply_content_<%= reply.id %>">
|
|
|
|
|
<% if reply.details.any? %>
|
|
|
|
|
<% details_to_strings(reply.details).each do |string| %>
|
|
|
|
|
<p><%= string %></p>
|
|
|
|
|