aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2018-04-07 18:09:01 -0400
committerAlec Warner <antarus@gentoo.org>2018-04-07 18:09:01 -0400
commitc64c5138581f987e98ef47f5633dc98d02f97baf (patch)
tree59748d417b4526510b678cbc743e43762b2be0f2 /app/views/packages/_changelog_entry.html.erb
parentAnnotate each line in the changelog. (diff)
downloadpackages-5-c64c5138581f987e98ef47f5633dc98d02f97baf.tar.gz
packages-5-c64c5138581f987e98ef47f5633dc98d02f97baf.tar.bz2
packages-5-c64c5138581f987e98ef47f5633dc98d02f97baf.zip
Move commit out of <strong>v6.0.11
Still annotate the entire commit.
Diffstat (limited to 'app/views/packages/_changelog_entry.html.erb')
-rw-r--r--app/views/packages/_changelog_entry.html.erb4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/packages/_changelog_entry.html.erb b/app/views/packages/_changelog_entry.html.erb
index 160d191..82e57aa 100644
--- a/app/views/packages/_changelog_entry.html.erb
+++ b/app/views/packages/_changelog_entry.html.erb
@@ -1,5 +1,7 @@
<li class="list-group-item">
- <strong><%= changelog[:message].lines.map {|line| annotate_bugs line} %></strong>
+ <strong><%= annotate_bugs changelog[:message].lines.first %></strong>
+ <br>
+ <%= changelog[:message].lines.map {|line| annotate_bugs line} %>
<br>
<div class="kk-byline">
<%= mail_to changelog[:email], changelog[:author] %>,