This website requires JavaScript.
Explore
Help
Sign In
troldspejlet
/
forgejo
Watch
1
Star
0
Fork
You've already forked forgejo
0
mirror of
https://codeberg.org/forgejo/forgejo.git
synced
2024-11-10 12:49:52 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
5
478da1e8df
forgejo
/
templates
/
mail
/
common
/
footer_simple.tmpl
2 lines
86 B
Go HTML Template
Raw
Normal View
History
Unescape
Escape
[MAIL] Use correct function in mail footer - Regression of #4635 - The authentication mails weren't being sent with links to the instance, because the the wrong variable was used in the mail footer. `$.AppUrl` should've been `AppUrl`. - Unit test added.
2024-07-26 15:16:54 +02:00
<
p
><
a
target
=
"_blank"
rel
=
"noopener noreferrer"
href
=
"
{{
AppUrl
}}
"
>
{{
AppName
}}
</
a
></
p
>
Reference in a new issue
Copy permalink