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

_signature.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: c6f1e51049e64f9fef8057bcceefaf63ae7da12b (plain)
1
2
3
- if signature
  - uri = "projects/commit/#{'x509/' if signature.x509?}"
  = render partial: "#{uri}#{signature.verification_status}_signature_badge", locals: { signature: signature }