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
b78430aa
Commit
b78430aa
authored
Apr 24, 2021
by
Thomas Löffler
Browse files
Fix urls for extension search results
parent
89b8aee7
Pipeline
#10677
passed with stages
in 6 minutes and 38 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 @
b78430aa
...
...
@@ -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}
{document.url
}"
>
<a
href=
"https://{document.site}
/extension/{document.extensionKey_stringS
}"
>
{document.title} ({document.extensionKey_stringS})
</a>
</h4>
...
...
@@ -38,10 +38,10 @@
</div>
</f:if>
<p
class=
"card-text"
>
<a
href=
"https://{document.site}
{document.url
}"
class=
"btn btn-primary"
>
<a
href=
"https://{document.site}
/extension/{document.extensionKey_stringS
}"
class=
"btn btn-primary"
>
Show extension details
</a>
<a
href=
"https://{document.site}{document.extension
DownloadZipUrl
_stringS}"
class=
"btn btn-primary"
>
<a
href=
"https://{document.site}
/extension/download/
{document.extension
Key
_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