summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/_same_user_different_email_signature_badge.html.haml
blob: 22ffd66ff8e86ff9c6a77cb2cc9e96d065808b5c (plain)
1
2
3
4
5
6
7
- title = capture do
  This commit was signed with a verified signature, but the committer email
  is <strong>not verified</strong> to belong to the same user.

- locals = { signature: signature, title: title, label: 'Unverified', css_class: ['invalid'], icon: 'status_notfound_borderless', show_user: true }

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