24 lines
427 B
Cheetah
24 lines
427 B
Cheetah
{{ template "header" . }}
|
|
|
|
<div class="row">
|
|
<h2>{{ .benchmark.Name }}</h2>
|
|
|
|
<span><a href="/benchmark/{{ .benchmark.ID }}/edit">Edit</a></span>
|
|
|
|
<p>{{ .benchmark.ScoringType }}</p>
|
|
|
|
<p>{{ .benchmark.Description }}</p>
|
|
|
|
<hr>
|
|
|
|
<h4>Latest Benchmark Results:</h4>
|
|
|
|
<p>There are currently no results recorded using this benchmark.</p>
|
|
|
|
<hr>
|
|
|
|
<p><a href="/benchmark">Back</a></p>
|
|
</div>
|
|
|
|
{{ template "footer" . }}
|