summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/_unverified_signature_badge.html.haml
blob: 294f916d18fc3201b5a2c374b0f1de635fa46815 (plain)
1
2
3
4
5
6
- 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