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

_unverified_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: 0eae8d5564d74643d4da1f7f5191e9b3879579d5 (plain)
1
2
3
4
5
- title = _('Unverified signature')
- description = _('This commit was signed with an unverified signature.')
- locals = { signature: signature, title: title, description: description, label: _('Unverified'), css_class: 'invalid' }

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