Theme picker warning with hardcoded link
Some checks are pending
/ release (push) Waiting to run
testing / backend-checks (push) Waiting to run
testing / frontend-checks (push) Waiting to run
testing / test-unit (push) Blocked by required conditions
testing / test-e2e (push) Blocked by required conditions
testing / test-remote-cacher (redis) (push) Blocked by required conditions
testing / test-remote-cacher (valkey) (push) Blocked by required conditions
testing / test-remote-cacher (garnet) (push) Blocked by required conditions
testing / test-remote-cacher (redict) (push) Blocked by required conditions
testing / test-mysql (push) Blocked by required conditions
testing / test-pgsql (push) Blocked by required conditions
testing / test-sqlite (push) Blocked by required conditions
testing / security-check (push) Blocked by required conditions

Signed-off-by: Minecon724 <minecon724@noreply.git.m724.eu>
This commit is contained in:
Minecon724 2025-03-17 09:55:13 +01:00
parent 4138b8720f
commit 8d229ca046
Signed by: Minecon724
GPG key ID: A02E6E67AB961189
2 changed files with 4 additions and 2 deletions

View file

@ -827,6 +827,7 @@ manage_themes = Default theme
manage_openid = OpenID addresses
email_desc = Your primary email address will be used for notifications, password recovery and, provided that it is not hidden, web-based Git operations.
theme_desc = This theme will be used for the web interface when you are logged in.
theme_warning = <strong>WARNING:</strong> Themes are made by third parties. <a href="/git724/git724/src/branch/master/THEMES.md">Click to read more.</a>
primary = Primary
activated = Activated
requires_activation = Requires activation

View file

@ -7,8 +7,9 @@
</h4>
<div class="ui attached segment">
<div class="ui email list">
<div class="item">
{{ctx.Locale.Tr "settings.theme_desc"}}
<div class="item tw-mb-4">
<p>{{ctx.Locale.Tr "settings.theme_desc"}}</p>
<p>{{ctx.Locale.Tr "settings.theme_warning"}}</p>
</div>
<form class="ui form" action="{{.Link}}/theme" method="post">