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
2a3949e4
Commit
2a3949e4
authored
Apr 23, 2021
by
Thomas Löffler
Browse files
Fix urls to extension details
parent
b8f1f533
Pipeline
#10637
passed with stages
in 6 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/t3org_layout/Resources/Private/Partials/Solr/Result/Item/tx_terfe2_domain_model_extension.html
View file @
2a3949e4
...
...
@@ -11,7 +11,7 @@
<div
class=
"card-horizontal"
style=
"display: flex;"
>
<div
class=
"card-body"
style=
"display: block;"
>
<h4
class=
"card-title"
>
<a
href=
"https://{document.site}
/
{url}"
>
<a
href=
"https://{document.site}{
document.
url}"
>
{document.title} ({document.extensionKey_stringS})
</a>
</h4>
...
...
@@ -38,10 +38,10 @@
</div>
</f:if>
<p
class=
"card-text"
>
<a
href=
"https://{document.site}
/
{url}"
class=
"btn btn-primary"
>
<a
href=
"https://{document.site}{
document.
url}"
class=
"btn btn-primary"
>
Show extension details
</a>
<a
href=
"https://{document.site}
/
{document.extensionDownloadZipUrl_stringS}"
class=
"btn btn-primary"
>
<a
href=
"https://{document.site}{document.extensionDownloadZipUrl_stringS}"
class=
"btn btn-primary"
>
Download ZIP of version {document.extensionVersion_stringS}
</a>
<f:if
condition=
"{document.hasManual_boolS}"
>
...
...
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