mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Move back link below search results on family tree search page
Repositioned the "← Back to Family Tree" link to appear below the search results instead of above them. This improves UX by keeping the search results more prominent and accessible, especially when there are multiple matches. New layout order: 1. Search form 2. Results (when present) 3. Back to Family Tree link 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -7,10 +7,6 @@
|
||||
<h1>Search Family Tree</h1>
|
||||
<p class="subtitle">Find individuals in the biblical genealogy</p>
|
||||
|
||||
<section>
|
||||
<p><a href="/family-tree">← Back to Family Tree</a></p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<form method="get" action="/family-tree/search">
|
||||
<input
|
||||
@@ -55,4 +51,8 @@
|
||||
{% endif %}
|
||||
</section>
|
||||
{% endif %}
|
||||
|
||||
<section>
|
||||
<p><a href="/family-tree">← Back to Family Tree</a></p>
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user