diff options
author | 2018-04-10 08:43:36 -0400 | |
---|---|---|
committer | 2018-04-10 08:43:36 -0400 | |
commit | 859566728eaa1f36baf9eea2aafd910fac0f0b8b (patch) | |
tree | 0f320f65ac0616fa392a618105f92e87fca42220 | |
parent | safe_join is not an array function. (diff) | |
download | packages-5-6.0.15.tar.gz packages-5-6.0.15.tar.bz2 packages-5-6.0.15.zip |
Try joining with <br>v6.0.15
-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 4c4bd96..41c7450 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> - <%= safe_join(changelog[:message].lines[1..-1].map {|line| annotate_bugs line}, '') %> + <%= safe_join(changelog[:message].lines[1..-1].map {|line| annotate_bugs line}, '<br>') %> <br> <div class="kk-byline"> <%= mail_to changelog[:email], changelog[:author] %>, |