个人主页动态的缺陷回复与缺陷页面的回复内容不一致
This commit is contained in:
parent
5ccace15da
commit
0a2bfa1bdb
|
@ -111,17 +111,14 @@
|
|||
<% end %>
|
||||
<%= format_time(reply.created_on) %>
|
||||
</div>
|
||||
<div class="homepagePostReplyContent break_word">
|
||||
<% if reply.details.any? %>
|
||||
<% details_to_strings(reply.details).each do |string| %>
|
||||
<div class="homepagePostReplyContent break_word">
|
||||
<%= string %>
|
||||
</div>
|
||||
<p><%= string %></p>
|
||||
<% end %>
|
||||
<% else %>
|
||||
<div class="homepagePostReplyContent break_word">
|
||||
<%= reply.notes.html_safe %>
|
||||
</div>
|
||||
<% end %>
|
||||
<P><%= reply.notes.html_safe %></P>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cl"></div>
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue