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

Commit 15e6e7f

Browse files
committed
feat: Add _blank to external and feedback url
1 parent 07230f8 commit 15e6e7f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

templates/components/AppFooter.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<div>
77
<ul class="app-footer__links">
88
<li>
9-
<a href="https://github.com/database-playground/app-sf">
9+
<a href="https://github.com/database-playground/app-sf" target="_blank">
1010
<i class="bi bi-github"></i> <span>GitHub</span>
1111
</a>
1212
</li>
1313
<li>
14-
<a href="{{ url('app_feedback', {url: app.request.uri}) }}">
14+
<a href="{{ url('app_feedback', {url: app.request.uri}) }}" target="_blank">
1515
<i class="bi bi-bug-fill"></i> <span>意見回饋</span>
1616
</a>
1717
</li>

templates/security/login.html.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858

5959
<ul class="app-login__form__login-form__operation__credit credit">
6060
<li>
61-
<a href="https://github.com/database-playground/app-sf">GitHub</a
62-
>|<a href="https://uptime.dbplay.pan93.com">服務狀態</a>|<a href="{{ url('app_feedback', {url: app.request.uri}) }}">
61+
<a href="https://github.com/database-playground/app-sf" target="_blank">GitHub</a
62+
>|<a href="https://uptime.dbplay.pan93.com">服務狀態</a>|<a href="{{ url('app_feedback', {url: app.request.uri}) }}" target="_blank">
6363
意見回饋
6464
</a></li>
65-
<li>Designed by <a href="https://eclab.nkust.edu.tw/">傅家子弟電商實驗室</a></li>
65+
<li>Designed by <a href="https://eclab.nkust.edu.tw/" target="_blank">傅家子弟電商實驗室</a></li>
6666
</ul>
6767
</div>
6868
</form>

0 commit comments

Comments
 (0)