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