--- a/templates/index.html Sat Jul 02 15:48:03 2016 +0800
+++ b/templates/index.html Sat Jul 02 15:50:34 2016 +0800
{% set change = check.change %}
<td>{% module Badges(check) %}</td>
- <td><a href="{{ check.get_url() }}">#{{ check.ordinal }}</a></td>
+ <td><a href="{{ check.get_url() }}">check #{{ check.ordinal }}</a></td>
<td><a href="{{ project.get_url() }}">{{ project.get_title() }}</a></td>
<td>{{ change.rev }}:{{ change.node[:12] }} {{ change.branch }}</td>
<td>{% module Time(check.started) %}</td>
--- a/templates/project.html Sat Jul 02 15:48:03 2016 +0800
+++ b/templates/project.html Sat Jul 02 15:50:34 2016 +0800
{% set change = check.change %}
<td>{% module Badges(check) %}</td>
- <td><a href="{{ check.get_url() }}">#{{ check.ordinal }}</a></td>
+ <td><a href="{{ check.get_url() }}">check #{{ check.ordinal }}</a></td>
<td>{{ change.rev }}:{{ change.node[:12] }} {{ change.branch }}</td>
<div>{{ change.message }}</div>