Download:
child 24:16c6f6907c16
parent 22:7fe853d16460
23:9f9b68ad5068
Anton Shestakov <av6@dwimlabs.net>, Wed, 15 Jun 2016 22:12:55 +0800
viewer: link to the checks from index page too

1 файлов изменено, 5 вставок(+), 1 удалений(-) [+]
templates/index.html file | annotate | diff | comparison | revisions
--- a/templates/index.html Wed Jun 15 22:02:33 2016 +0800
+++ b/templates/index.html Wed Jun 15 22:12:55 2016 +0800
@@ -12,7 +12,11 @@
{% set change = check.change %}
<tr>
<td>{{ check.errors }} error(s), {{ check.warnings }} warning(s)</td>
- <td>#{{ check.ordinal }}</td>
+ <td>
+ <a href="/{{ project.domain }}/{{ project.user or '-' }}/{{ project.name }}/{{ check.ordinal }}">
+ #{{ check.ordinal }}
+ </a>
+ </td>
<td>
<a href="/{{ project.domain }}/{{ project.user or '-' }}/{{ project.name }}">
{{ project.name }}