301:508c24e708e0
Anton Shestakov <av6@dwimlabs.net>, Sat, 23 Sep 2017 12:43:15 +0800
models: it's now obvious that the order of columns should be this Now the index helps with "where project_id = ?" and "order by ordinal" as well.

previous change 240:3c02c1240134

templates/index.html

Permissions: -rw-r--r--

Other formats: Feeds:
{% extends "base.html" %}
{% block title %}Recently checked projects{% end %}
{% 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 uk-text-nowrap">
{% module Template('ui/checks.html', checks=checks) %}
</table>
</div>
{% end %}