cleanup and filter support
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 39s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 39s
This commit is contained in:
parent
6773e6ae30
commit
3f68335eb4
62 changed files with 2364 additions and 1901 deletions
12
web/templates/stop_search_results.html
Normal file
12
web/templates/stop_search_results.html
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{% for stop in results %}
|
||||
<a href="/stop/{{ stop.id }}"
|
||||
style="display: flex;
|
||||
justify-content: space-between">
|
||||
<p class="line-link">[ {{ stop.name }}</p>
|
||||
<p>]</p>
|
||||
</a>
|
||||
{% endfor %}
|
||||
|
||||
{% if results.len() == 0 %}
|
||||
<p>No results found</p>
|
||||
{% endif %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue