Download:
child 104:809ad2845e50
parent 102:c5bfc491a942
103:679aa3a62795
Anton Shestakov <av6@dwimlabs.net>, Mon, 04 Jul 2016 19:29:46 +0800
viewer: stretch project name column to maximum on /

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
templates/index.html file | annotate | diff | comparison | revisions
--- a/templates/index.html Mon Jul 04 19:20:30 2016 +0800
+++ b/templates/index.html Mon Jul 04 19:29:46 2016 +0800
@@ -13,7 +13,7 @@
<tr>
<td>{% module Badges(check) %}</td>
<td><a href="{{ check.get_url() }}">check #{{ check.ordinal }}</a></td>
- <td><a href="{{ project.get_url() }}">{{ project.get_title() }}</a></td>
+ <td class="uk-width-1-1 uk-text-break"><a href="{{ project.get_url() }}">{{ project.get_title() }}</a></td>
<td>{{ change.branch }}</td>
<td>{{ change.rev }}:{{ change.node[:12] }}</td>
<td>{% module Time(check.finished) %}</td>