debian-mirror-gitlab/app/views/projects/commit/_unverified_signature_badge.html.haml
2018-03-17 18:26:18 +05:30

6 lines
292 B
Text

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