summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/_same_user_different_email_signature_badge.html.haml
blob: 61fdf6fc87ad4870bc09534015b43c8585e84295 (plain)
1
2
3
4
5
- title = _('GPG key mismatch')
- description = _('This commit was signed with a verified signature, but the committer email is not associated with the GPG Key.')
- locals = { signature: signature, title: title, description: description, label: _('Unverified'), css_class: ['invalid'] }

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