mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Queries took rather than query took, closes #1572
This commit is contained in:
parent
97b1723dd0
commit
c6ff1f23e6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
Powered by <a href="https://datasette.io/" title="Datasette v{{ datasette_version }}">Datasette</a>
|
||||
{% if query_ms %}· Query took {{ query_ms|round(3) }}ms{% endif %}
|
||||
{% if query_ms %}· Queries took {{ query_ms|round(3) }}ms{% endif %}
|
||||
{% if metadata %}
|
||||
{% if metadata.license or metadata.license_url %}· Data license:
|
||||
{% if metadata.license_url %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue