Download:
child 20:2121bac8dcf0
parent 18:246fe5208556
19:4a77e5b067b8
Anton Shestakov <engored@ya.ru>, Mon, 11 May 2015 01:21:16 +0800
viewer: timings are more important, move them forward

1 файлов изменено, 2 вставок(+), 2 удалений(-) [+]
templates/results.html file | annotate | diff | comparison | revisions
--- a/templates/results.html Fri May 08 15:18:50 2015 +0800
+++ b/templates/results.html Mon May 11 01:21:16 2015 +0800
@@ -67,9 +67,9 @@
<td>
<span style="{% if c1 is not None %}background-color: rgb{{ str(c1) }};{% end %}">&nbsp;</span>{#
#}<span style="{% if c2 is not None %}background-color: rgb{{ str(c2) }};{% end %}">&nbsp;</span>
- <span title="without .hg/cache: {{ v1 }}">{{ '{:.2f}s'.format(v1) if v1 is not None else '-' }}</span>{#
+ <span title="{{ v1 }} without .hg/cache">{{ '{:.2f}s'.format(v1) if v1 is not None else '-' }}</span>{#
#}/{#
- #}<span title="with .hg/cache: {{ v2 }}">{{ '{:.2f}s'.format(v2) if v2 is not None else '-' }}</span>
+ #}<span title="{{ v2 }} with .hg/cache">{{ '{:.2f}s'.format(v2) if v2 is not None else '-' }}</span>
</td>
{% end %}
</tr>