Skip to content

Commit 66ef906

Browse files
committed
Fix text mail content.
1 parent 0822aab commit 66ef906

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/views/mailer/unfixed_redmine_advisories_found.text.erb

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ URL: <%= ext_refs %>
1717
Detail: <%= advisory.details %>
1818
Solution: upgrade to <%= solution %>
1919
<%- end -%>
20-
2120
<%-
2221
@plugin_advisories.each do |plugin, advisories|
2322
advisories.each do |advisory|
@@ -33,7 +32,7 @@ Name: <%= plugin.name %>
3332
Version: <%= plugin.version %>
3433
Advisory: <%= advisory.id %>
3534
Severity: <%= advisory.severity %>
36-
URL: <%= ext_refs %>
35+
URL: <%= ext_refs.join(', ') %>
3736
Detail: <%= advisory.details %>
3837
Solution: upgrade to <%= solution %>
3938
<%-

0 commit comments

Comments
 (0)