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

_verified_system_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: 96ff26ecbd71d0d27ae324032382f0fb44b33353 (plain)
1
2
3
4
5
- title = _('Verified commit')
- description = _('This commit was created in the GitLab UI, and signed with a GitLab-verified signature.')
- locals = { signature: signature, title: title, description: description, label: _('Verified'), variant: 'success' }

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