mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Move view SQL to bottom of the page
Now consistent with tables
This commit is contained in:
parent
22851ed9f0
commit
59a616ca5c
1 changed files with 4 additions and 4 deletions
|
|
@ -24,10 +24,6 @@
|
|||
|
||||
<p>This data as <a href="{{ url_json }}">.json</a>, <a href="{{ url_jsono }}">.jsono</a></p>
|
||||
|
||||
{% if view_definition %}
|
||||
<pre>{{ view_definition }}</pre>
|
||||
{% endif %}
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -57,4 +53,8 @@
|
|||
<pre>{{ table_definition }}</pre>
|
||||
{% endif %}
|
||||
|
||||
{% if view_definition %}
|
||||
<pre>{{ view_definition }}</pre>
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue