debian-mirror-gitlab/app/views/projects/commit/_verified_signature_badge.html.haml
2023-04-23 21:23:45 +05:30

5 lines
353 B
Text

- 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'), variant: 'success' }
= render partial: 'projects/commit/signature_badge', locals: locals