debian-mirror-gitlab/app/views/projects/commit/_unverified_signature_badge.html.haml
2019-07-07 11:18:12 +05:30

6 lines
312 B
Text

- title = capture do
= _('This commit was signed with an <strong>unverified</strong> signature.').html_safe
- locals = { signature: signature, title: title, label: _('Unverified'), css_class: 'invalid', icon: 'status_notfound_borderless' }
= render partial: 'projects/commit/signature_badge', locals: locals