Skip to content

Commit

Permalink
display scorecard version
Browse files Browse the repository at this point in the history
Signed-off-by: Raghav Kaul <[email protected]>
  • Loading branch information
raghavkaul committed Mar 25, 2024
1 parent ddd564e commit 7371fc1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scorecards-site/static/viewer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,13 @@
<span class="text-muted">-</span>
{{/if}}
</div>
<div class="content"><small class="fw-semibold">SCORECARD VERSION:</small>
{{#if data.scorecard.version}}
<span class="text-muted">{{data.scorecard.version}}</span>
{{else}}
<span class="text-muted">-</span>
{{/if}}
</div>
</div>
<div class="d-none d-md-inline-block select-wrapper">
<div class="d-flex flex-row align-items-center">
Expand Down

0 comments on commit 7371fc1

Please sign in to comment.