Skip to content

Commit

Permalink
tab
Browse files Browse the repository at this point in the history
  • Loading branch information
pushcx committed Aug 24, 2019
1 parent 2368142 commit 234c67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/stories/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
:show_tree_lines => true,
:was_merged => (comment.story_id != @story.id),
:children => children,
:is_unread => is_unread?(comment) %>
:is_unread => is_unread?(comment) %>

<% if ancestors.present? %>
<div class="comment_siblings_tree_line"></div>
Expand Down

0 comments on commit 234c67e

Please sign in to comment.