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

_multiple_signatures_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: f80f194bd4d35cd14b9a79ddd2a3ab46134994d6 (plain)
1
2
3
4
5
- title = _('Multiple signatures')
- description = _('This commit was signed with multiple signatures.')
- locals = { signature: signature, title: title, description: description, label: _('Unverified'), variant: 'muted' }

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