Skip to content

Commit

Permalink
try moving links back up
Browse files Browse the repository at this point in the history
  • Loading branch information
edasmalchi authored Sep 11, 2024
1 parent a85fdec commit 6e90e15
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions templates/report.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,24 @@
</div>
{% endif %}
</div>

<div class="responsive-prose max-w-none">
<div class="my-8 flex gap-4">
<button type="button"
class="btn"
onclick="document.getElementById('feed-info-modal').showModal()">
Show Source URLs
</button>

{% if speedmap_url %}
<a class="btn" href="{{ speedmap_url }}" target="_blank">
View Speedmap
<i class="fas fa-external-link-alt ml-1"></i>
</a>
{% endif %}
</div>
</div>

{% if has_rt_feed %}
<div class="flex-1 responsive-prose">
<h2>About the Realtime Completeness Charts</h2>
Expand Down Expand Up @@ -198,22 +216,6 @@

</div>
{% endif %}
<div class="responsive-prose max-w-none">
<div class="my-8 flex gap-4">
<button type="button"
class="btn"
onclick="document.getElementById('feed-info-modal').showModal()">
Show Source URLs
</button>

{% if speedmap_url %}
<a class="btn" href="{{ speedmap_url }}" target="_blank">
View Speedmap
<i class="fas fa-external-link-alt ml-1"></i>
</a>
{% endif %}
</div>
</div>

{% call macros.render_dialog('feed-info-modal', 'Source URLs') %}
<div class="prose-ul:m-0 prose-li:m-0 prose-li:p-0 prose-p:m-0">
Expand Down

0 comments on commit 6e90e15

Please sign in to comment.