Commit a06494bf authored by Alexis Reigel's avatar Alexis Reigel

no need for html_safe

parent ade54803
......@@ -2,7 +2,9 @@
.pull-left.append-right-10
= icon 'key', class: "settings-list-icon hidden-xs"
.key-list-item-info
= key.emails_with_verified_status.map { |email, verified| verified_email_badge(email, verified) }.join(' ').html_safe
- key.emails_with_verified_status.map do |email, verified|
= verified_email_badge(email, verified)
.description
= key.fingerprint
.pull-right
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment