Download:
child 29:ac35779a1585
parent 27:9fa79edc2e45
28:46b429c6500d
Anton Shestakov <av6@dwimlabs.net>, Thu, 16 Jun 2016 07:44:23 +0800
viewer: use positional arguments for UI modules (hopefully the last bit)

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
templates/project.html file | annotate | diff | comparison | revisions
--- a/templates/project.html Thu Jun 16 07:31:39 2016 +0800
+++ b/templates/project.html Thu Jun 16 07:44:23 2016 +0800
@@ -7,7 +7,7 @@
<h2>{{ project.name }}</h2>
<dl class="uk-description-list-horizontal list-terse">
<dt>Last check:</dt>
- <dd>{% module Time(value=checks[0].finished) %}</dd>
+ <dd>{% module Time(checks[0].finished) %}</dd>
<dt>Clone URL:</dt>
<dd>{{ project.url }}</dd>
</dl>