git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
f01347d
)
luci-theme-material: open footer link in new tab
author
Fengyu Wu
<redacted>
Sat, 17 Feb 2024 13:20:09 +0000
(21:20 +0800)
committer
Paul Donald
<redacted>
Sat, 2 Mar 2024 16:57:01 +0000
(17:57 +0100)
Also set Referrer Policy
Signed-off-by: Fengyu Wu <redacted>
themes/luci-theme-material/ucode/template/themes/material/footer.ut
patch
|
blob
|
history
diff --git
a/themes/luci-theme-material/ucode/template/themes/material/footer.ut
b/themes/luci-theme-material/ucode/template/themes/material/footer.ut
index 9249427a4319496f53149bc55c246e28dc15805c..f0225e732910d3f986e64528e203917d4a04203c 100644
(file)
--- a/
themes/luci-theme-material/ucode/template/themes/material/footer.ut
+++ b/
themes/luci-theme-material/ucode/template/themes/material/footer.ut
@@
-20,7
+20,7
@@
</div>
<footer class="mobile-hide">
- <a href="https://github.com/openwrt/luci">Powered by {{ version.luciname }} ({{ version.luciversion }})</a> /
+ <a href="https://github.com/openwrt/luci"
target="_blank" rel="noreferrer"
>Powered by {{ version.luciname }} ({{ version.luciversion }})</a> /
{{ version.distname }} {{ version.distversion }} ({{ version.distrevision }})
</footer>
</div>
git clone https://git.99rst.org/PROJECT