diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb index e1b2784a5..44b39c927 100644 --- a/app/views/issues/show.html.erb +++ b/app/views/issues/show.html.erb @@ -59,6 +59,4 @@

<%= t ".comments_on_this_issue" %>

-
- <%= render 'comments', comments: @comments %> -
+<%= render 'comments', comments: @comments %>