mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Fix links to examples not working
This commit is contained in:
parent
f5ec9ccff6
commit
e037e42fa7
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@
|
||||||
<h2>Examples (<%= report.counts.total %>)</h2>
|
<h2>Examples (<%= report.counts.total %>)</h2>
|
||||||
<ul id="example-list">
|
<ul id="example-list">
|
||||||
<%- report.examples.each do |example| -%>
|
<%- report.examples.each do |example| -%>
|
||||||
<li class="example <%= example.result %>">
|
<li id="example-<%= example.object_id %>" class="example <%= example.result %>">
|
||||||
<h3 id="#example-<%= example.object_id %>" class="full-name"><% escape(example) %></h3>
|
<h3 class="full-name"><% escape(example) %></h3>
|
||||||
<span class="result <%= example.result %>"><%= example.result %></span>
|
<span class="result <%= example.result %>"><%= example.result %></span>
|
||||||
<span class="elapsed" title="<% escape(example.result.elapsed) %>">Took <% escape(runtime(example.result.elapsed)) %></span>
|
<span class="elapsed" title="<% escape(example.result.elapsed) %>">Took <% escape(runtime(example.result.elapsed)) %></span>
|
||||||
<% if location = example.location? %><span class="location"><% escape(location) %></span><% end %>
|
<% if location = example.location? %><span class="location"><% escape(location) %></span><% end %>
|
||||||
|
|
Loading…
Reference in a new issue