Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_verified_signature_badge.html.haml « commit « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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