diff options
author | Alec Warner <antarus@gentoo.org> | 2018-04-07 18:25:06 -0400 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2018-04-07 18:25:06 -0400 |
commit | 1ec0e781d7c09ad31cb30c18a58ab5b05e25c1b7 (patch) | |
tree | 605c218be36b01b4a34351705b0d01d895120f9e /app/views/packages | |
parent | Move commit out of <strong> (diff) | |
download | packages-5-1ec0e781d7c09ad31cb30c18a58ab5b05e25c1b7.tar.gz packages-5-1ec0e781d7c09ad31cb30c18a58ab5b05e25c1b7.tar.bz2 packages-5-1ec0e781d7c09ad31cb30c18a58ab5b05e25c1b7.zip |
Don't repeat the first line.
Diffstat (limited to 'app/views/packages')
-rw-r--r-- | app/views/packages/_changelog_entry.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/packages/_changelog_entry.html.erb b/app/views/packages/_changelog_entry.html.erb index 82e57aa..7a7e66d 100644 --- a/app/views/packages/_changelog_entry.html.erb +++ b/app/views/packages/_changelog_entry.html.erb @@ -1,7 +1,7 @@ <li class="list-group-item"> <strong><%= annotate_bugs changelog[:message].lines.first %></strong> <br> - <%= changelog[:message].lines.map {|line| annotate_bugs line} %> + <%= changelog[:message].lines[1..-1].map {|line| annotate_bugs line} %> <br> <div class="kk-byline"> <%= mail_to changelog[:email], changelog[:author] %>, |