Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Websites
KDE.org Applications Subsite
Commits
39171d30
Commit
39171d30
authored
Oct 14, 2020
by
Carl Schwan
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't use too link for the same url
parent
677c74dc
Pipeline
#37621
passed with stage
in 3 minutes and 51 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
templates/category.html.twig
templates/category.html.twig
+1
-1
No files found.
templates/category.html.twig
View file @
39171d30
...
@@ -58,7 +58,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
...
@@ -58,7 +58,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
alt=
"
{{
application.name
|
l10n
(
locale
)
}}
"
title=
"
{{
application.name
|
l10n
(
locale
)
}}
"
/>
alt=
"
{{
application.name
|
l10n
(
locale
)
}}
"
title=
"
{{
application.name
|
l10n
(
locale
)
}}
"
/>
</a>
</a>
</div>
</div>
<a
href=
"
{{
path
(
'app_main_application_intl'
,
{
'_locale'
:
locale
,
'category'
:
category.name
|
lower
,
'application'
:
application.simplifiedId
}
)
}}
"
>
<a
href=
"
{{
path
(
'app_main_application_intl'
,
{
'_locale'
:
locale
,
'application'
:
application.simplifiedId
}
)
}}
"
>
{{
application.name
|
l10n
(
locale
)
}}
{{
application.name
|
l10n
(
locale
)
}}
</a>
</a>
<p>
{{
application.genericName
|
l10n
(
locale
)
}}
</p>
<p>
{{
application.genericName
|
l10n
(
locale
)
}}
</p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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