summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/_verified_signature_badge.html.haml
blob: 417d816c7110df5e3a51b8eb329791be250150aa (plain)
1
2
3
4
5
- title = _('Verified commit')
- description = _('This commit was signed with a verified signature and the committer email was verified to belong to the same user.')
- locals = { signature: signature, title: title, description: description, label: _('Verified'), css_class: 'valid' }

= render partial: 'projects/commit/signature_badge', locals: locals