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

_unverified_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: 00e1efe05824bbd3d1f9f4f46e320bbbad87351a (plain)
1
2
3
4
5
6
- title = capture do
  This commit was signed with an <strong>unverified</strong> signature.

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

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