diff options
author | Alec Warner <antarus@gentoo.org> | 2018-04-07 18:09:01 -0400 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2018-04-07 18:09:01 -0400 |
commit | c64c5138581f987e98ef47f5633dc98d02f97baf (patch) | |
tree | 59748d417b4526510b678cbc743e43762b2be0f2 /app/views/packages/_changelog_entry.html.erb | |
parent | Annotate each line in the changelog. (diff) | |
download | packages-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.erb | 4 |
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] %>, |