Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/mkly/benchmark-has-harms-7-chevr…
Browse files Browse the repository at this point in the history
…ons' into benchmark-has-harms
  • Loading branch information
dhosterman committed Jan 30, 2024
2 parents 4cbbcca + 6df484e commit 535775a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/coffee/templates/_benchmark_card.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h2 class="mb-0">{{ benchmark_definition.name() }} Benchmark</h2>
</div>
<div class="col text-end">
<a href="{{ benchmark_definition.path_name() }}.html" class="btn">Show Details >
<a href="{{ benchmark_definition.path_name() }}.html" class="btn d-inline-flex align-items-center gap-1">Show Details<i class="bi bi-chevron-right btn-chevron"></i>
</a>
</div>
</div>
Expand All @@ -20,4 +20,4 @@ <h2 class="mb-0">{{ benchmark_definition.name() }} Benchmark</h2>

</div>
</div>
</div>
</div>
4 changes: 2 additions & 2 deletions src/coffee/templates/benchmark.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ <h2 class="mb-3">AI Systems Evaluated</h2>
</div>
<div class="col text-end">
<a href="{{ benchmark_score.sut.name }}_{{ benchmark_score.benchmark_definition.path_name() }}_report.html"
class="btn btn-tiny me-4">Show
Details >
class="btn btn-tiny me-4 d-inline-flex align-items-center gap-1">Show
Details<i class="bi bi-chevron-right btn-chevron"></i>
</a>
</div>
</div>
Expand Down
6 changes: 5 additions & 1 deletion src/coffee/templates/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,8 @@ footer {

.badge {
background-color: #D1D8E6;
}
}

.btn-chevron {
font-size: 12px !important;
}

0 comments on commit 535775a

Please sign in to comment.