Download:
child 241:f5efb98791b5
parent 239:d63d57df465c
240:3c02c1240134
Anton Shestakov <av6@dwimlabs.net>, Tue, 20 Sep 2016 19:47:20 +0800
templates: fix tests by excluding bits of undercooked features

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
templates/index.html file | annotate | diff | comparison | revisions
--- a/templates/index.html Tue Sep 20 18:56:49 2016 +0800
+++ b/templates/index.html Tue Sep 20 19:47:20 2016 +0800
@@ -6,7 +6,7 @@
<div class="uk-container uk-container-center uk-margin-large-top">
<h2>Recently checked projects</h2>
<table class="uk-table uk-table-middle uk-text-nowrap">
- {% module Template('ui/checks.html', checks=recent) %}
+ {% module Template('ui/checks.html', checks=checks) %}
</table>
</div>
{% end %}