5 lines
353 B
Text
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
|