Download:
child 85:aafbc75a40ac
parent 83:4f16241937e7
84:4f2bfc44855a
Anton Shestakov <av6@dwimlabs.net>, Sat, 02 Jul 2016 15:48:03 +0800
viewer: don't break words in the tables at all

2 файлов изменено, 4 вставок(+), 4 удалений(-) [+]
templates/index.html file | annotate | diff | comparison | revisions
templates/project.html file | annotate | diff | comparison | revisions
--- a/templates/index.html Sat Jul 02 15:02:47 2016 +0800
+++ b/templates/index.html Sat Jul 02 15:48:03 2016 +0800
@@ -5,13 +5,13 @@
{% block content %}
<div class="uk-container uk-container-center uk-margin-large-top">
<h2>Recently checked projects</h2>
- <table class="uk-table uk-table-middle">
+ <table class="uk-table uk-table-middle uk-text-nowrap">
<tbody>
{% for check in checks %}
{% set project = check.project %}
{% set change = check.change %}
<tr>
- <td class="uk-text-nowrap">{% module Badges(check) %}</td>
+ <td>{% module Badges(check) %}</td>
<td><a href="{{ check.get_url() }}">#{{ check.ordinal }}</a></td>
<td><a href="{{ project.get_url() }}">{{ project.get_title() }}</a></td>
<td>{{ change.rev }}:{{ change.node[:12] }} {{ change.branch }}</td>
--- a/templates/project.html Sat Jul 02 15:02:47 2016 +0800
+++ b/templates/project.html Sat Jul 02 15:48:03 2016 +0800
@@ -15,12 +15,12 @@
<dd>{% module Time(checks[0].finished) %}</dd>
{% end %}
</dl>
- <table class="uk-table uk-table-middle">
+ <table class="uk-table uk-table-middle uk-text-nowrap">
<tbody>
{% for check in checks %}
{% set change = check.change %}
<tr>
- <td class="uk-text-nowrap">{% module Badges(check) %}</td>
+ <td>{% module Badges(check) %}</td>
<td><a href="{{ check.get_url() }}">#{{ check.ordinal }}</a></td>
<td>{{ change.rev }}:{{ change.node[:12] }} {{ change.branch }}</td>
<td>