9 lines
361 B
Text
9 lines
361 B
Text
- title = capture do
|
|
.gpg-popover-icon.invalid
|
|
= render 'shared/icons/icon_status_notfound_borderless.svg'
|
|
%div
|
|
This commit was signed with an <strong>unverified</strong> signature.
|
|
|
|
- locals = { signature: signature, title: title, label: 'Unverified', css_classes: ['invalid'] }
|
|
|
|
= render partial: 'projects/commit/signature_badge', locals: locals
|