Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 00da14d

Browse files
authored
Sounds button no longer opens in a new tab to be consistent with the logs button
1 parent 85b7d8a commit 00da14d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

yogsite/templates/rounds/rounds.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ <h2 class="title is-2 has-text-centered">Public Round List</h2>
8282
{% endif %}
8383
{% if g.current_user.has_perms("round.logs") or not round.in_progress() %}
8484
<a class="button"
85-
href="/rounds/{{ round.id }}/sounds"
86-
target="_blank">
85+
href="/rounds/{{ round.id }}/sounds">
8786
Sounds
8887
</a>
8988
{% endif %}

0 commit comments

Comments
 (0)