search stops
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
This commit is contained in:
parent
e41e8adefc
commit
458f71530f
8 changed files with 119 additions and 11 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