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

_other_user_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: ffc4b25dc215b48ff0e98c1230f5fa236ef3e503 (plain)
1
2
3
4
5
- title = _("Different user's signature")
- description = _("This commit was signed with a different user's verified signature.")
- locals = { signature: signature, title: title, description: description, label: _('Unverified'), css_class: 'invalid' }

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