This commit is contained in:
r888888888
2013-06-05 14:43:45 -07:00
parent 0fcdc271a9
commit 518c2ea52d
2 changed files with 8 additions and 1 deletions

View File

@@ -46,7 +46,7 @@
</div>
<% end %>
<% if post.parent_id %>
<% if post.parent_id && post.parent %>
<div class="ui-corner-all ui-state-highlight notice notice-child">
<%= has_parent_message(post, @parent_post_set) %>
<div id="has-parent-relationship-preview"><%= @parent_post_set.presenter.post_previews_html(self) %></div>