Download:
child 86:f303a92328a5
parent 84:4f2bfc44855a
85:aafbc75a40ac
Anton Shestakov <av6@dwimlabs.net>, Sat, 02 Jul 2016 15:50:34 +0800
viewer: explain what does #X mean (it's a check)

2 файлов изменено, 2 вставок(+), 2 удалений(-) [+]
templates/index.html file | annotate | diff | comparison | revisions
templates/project.html file | annotate | diff | comparison | revisions
--- a/templates/index.html Sat Jul 02 15:48:03 2016 +0800
+++ b/templates/index.html Sat Jul 02 15:50:34 2016 +0800
@@ -12,7 +12,7 @@
{% set change = check.change %}
<tr>
<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
@@ -21,7 +21,7 @@
{% set change = check.change %}
<tr>
<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>
<td>
<div>{{ change.message }}</div>