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