Download:
child 117:3fc42355adf8
parent 115:2311bfce57b4
116:fe38aeec943b
Anton Shestakov <av6@dwimlabs.net>, Wed, 06 Jul 2016 19:50:17 +0800
viewer: move project name closed to the check result on /

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
templates/index.html file | annotate | diff | comparison | revisions
--- a/templates/index.html Wed Jul 06 16:49:16 2016 +0800
+++ b/templates/index.html Wed Jul 06 19:50:17 2016 +0800
@@ -13,8 +13,8 @@
{% set adapter = project.get_adapter() %}
<tr>
<td>{% module Badges(check) %}</td>
+ <td class="uk-width-1-1 uk-text-break"><a href="{{ project.get_url() }}">{{ project.get_title() }}</a></td>
<td><a href="{{ project.get_url() }}/{{ check.ordinal }}">check #{{ check.ordinal }}</a></td>
- <td class="uk-width-1-1 uk-text-break"><a href="{{ project.get_url() }}">{{ project.get_title() }}</a></td>
<td><a href="{{ adapter.get_branch_url(change) }}">{{ change.branch }}</a></td>
<td><a href="{{ adapter.get_commit_url(change) }}">{{ change.rev }}:{{ change.node[:12] }}</a></td>
<td>{% module Time(check.finished) %}</td>