Download:
child 32:68e9ae59bce0
parent 30:19d7e5cdbb5c
31:b3bf8932a839
Anton Shestakov <av6@dwimlabs.net>, Fri, 17 Jun 2016 13:39:38 +0800
viewer: don't wrap text in columns with status badges

2 файлов изменено, 2 вставок(+), 2 удалений(-) [+]
templates/index.html file | annotate | diff | comparison | revisions
templates/project.html file | annotate | diff | comparison | revisions
--- a/templates/index.html Thu Jun 16 21:59:16 2016 +0800
+++ b/templates/index.html Fri Jun 17 13:39:38 2016 +0800
@@ -11,7 +11,7 @@
{% set project = check.project %}
{% set change = check.change %}
<tr>
- <td>{% module Badges(check) %}</td>
+ <td class="uk-text-nowrap">{% module Badges(check) %}</td>
<td><a href="{{ check.get_url() }}">#{{ check.ordinal }}</a></td>
<td><a href="{{ project.get_url() }}">{{ project.name }}</a></td>
<td>{{ change.rev }}:{{ change.node[:12] }} {{ change.branch }}</td>
--- a/templates/project.html Thu Jun 16 21:59:16 2016 +0800
+++ b/templates/project.html Fri Jun 17 13:39:38 2016 +0800
@@ -17,7 +17,7 @@
{% for check in checks %}
{% set change = check.change %}
<tr>
- <td>{% module Badges(check) %}</td>
+ <td class="uk-text-nowrap">{% module Badges(check) %}</td>
<td><a href="{{ check.get_url() }}">#{{ check.ordinal }}</a></td>
<td>{{ change.rev }}:{{ change.node[:12] }} {{ change.branch }}</td>
<td>