Download:
child 11:255526e91799
parent 9:95a9dbed32a6
10:0dcbc688ad6b
Anton Shestakov <engored@ya.ru>, Tue, 05 May 2015 23:28:22 +0800
viewer: w/o -> without since it's a hint anyway

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
templates/results.html file | annotate | diff | comparison | revisions
--- a/templates/results.html Tue May 05 23:27:29 2015 +0800
+++ b/templates/results.html Tue May 05 23:28:22 2015 +0800
@@ -67,7 +67,7 @@
<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="w/o .hg/cache: {{ v1 }}">{{ '{:.2f}s'.format(v1) if v1 is not None else '-' }}</span>{#
+ <span title="without .hg/cache: {{ v1 }}">{{ '{:.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>
</td>