Skip to content

Commit

Permalink
#54
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Eggert committed Aug 14, 2014
1 parent 39453f3 commit f4f2086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ <h3>Test Results</h3>
<% first = false %>
<% } %>
<th scope="row">
<%= Utils.stripTestID(r.testUnitId) %>: <a role="button" href="#/test.html/<%= r.testUnitId %>"> <%= r.testTitle %></a> <!-- Link to test case -->
<%= Utils.stripTestID(r.testUnitId) %>: <a href="#/test.html/<%= r.testUnitId %>"><%= r.testTitle %></a> <!-- Link to test case -->
</th>
<td class="result">
<a role="button" href="#/results-test.html/<%= r.testUnitId %>" class="btn btn-small">
Expand Down

0 comments on commit f4f2086

Please sign in to comment.