[Issue #11] - reworked the benchmark profile add page to be more sensible; added links for editing and deleting settings profiles
This commit is contained in:
@@ -13,11 +13,17 @@
|
||||
|
||||
<h4>Profiles for this Benchmark</h4>
|
||||
|
||||
<p><a href="/benchmark/{{ .benchmark.ID }}/profile/add">Add settings profile</a></p>
|
||||
<p><a href="/benchmark/profile/add?benchmark={{ .benchmark.ID }}">Add settings profile</a></p>
|
||||
|
||||
<ul class="benchmark-profiles">
|
||||
{{ range $profile := .benchmark.BenchmarkProfiles }}
|
||||
<li>{{ $profile.Label }}</li>
|
||||
<li>
|
||||
{{ $profile.Label }}
|
||||
<span>
|
||||
<a href="/benchmark/profile/{{ $profile.ID }}/edit">Edit</a>
|
||||
<a href="/benchmark/profile/{{ $profile.ID }}/delete">Delete</a>
|
||||
</span>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user