14 lines
360 B
Plaintext
14 lines
360 B
Plaintext
| <%= critical_icon %> Title: <%= @v.title %>
|
|
<% if @v.fixed_in -%>
|
|
| Fixed in: <%= @v.fixed_in %>
|
|
<% end -%>
|
|
<% unless (references = @v.references_urls).empty? -%>
|
|
<% if references.size == 1 -%>
|
|
| Reference: <%= references.first %>
|
|
<% else -%>
|
|
| References:
|
|
<% references.each do |ref| -%>
|
|
| - <%= ref %>
|
|
<% end -%>
|
|
<% end -%>
|
|
<% end -%> |