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

_invalid_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: 3a73aae9d95ccec83c11d69276db6472700f93ab (plain)
1
2
3
4
5
6
7
8
9
- 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