projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0490186
)
Remove unnecessary div
author
Andy Allan
<git@gravitystorm.co.uk>
Wed, 14 Mar 2018 07:16:51 +0000
(15:16 +0800)
committer
Andy Allan
<git@gravitystorm.co.uk>
Wed, 14 Mar 2018 07:16:51 +0000
(15:16 +0800)
app/views/issues/show.html.erb
patch
|
blob
|
history
diff --git
a/app/views/issues/show.html.erb
b/app/views/issues/show.html.erb
index e1b2784a5c668d5ec0a2fe8cea26ac3a6452c950..44b39c927900e31a23338e417ec9bc9171423e8a 100644
(file)
--- a/
app/views/issues/show.html.erb
+++ b/
app/views/issues/show.html.erb
@@
-59,6
+59,4
@@
</div>
<h3><%= t ".comments_on_this_issue" %></h3>
-<div class="unread-reports">
- <%= render 'comments', comments: @comments %>
-</div>
+<%= render 'comments', comments: @comments %>