Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3.org
Commits
df9b0e04
Commit
df9b0e04
authored
Oct 06, 2021
by
Tomas Norre Mikkelsen
Browse files
Merge branch '607-donations-addlink-attribute-sponsored' into 'develop'
Resolve "Donations: AddLink-Attribute "Sponsored"" Closes
#607
See merge request
!449
parents
6fc6034e
f91f7c9e
Pipeline
#19332
passed with stages
in 4 minutes and 42 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
extensions/t3o_donation/Resources/Private/Templates/Donation/List.html
View file @
df9b0e04
...
...
@@ -23,7 +23,7 @@
<td>
<f:if
condition=
"{donation.url}"
>
<f:then>
<f:link.external
uri=
"{donation.url}"
>
{donation.name}
</f:link.external>
<f:link.external
uri=
"{donation.url}"
rel=
"sponsored"
>
{donation.name}
</f:link.external>
</f:then>
<f:else>
{donation.name}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment