Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Kevin Morris
aurweb
Commits
4fa22085
Verified
Commit
4fa22085
authored
May 07, 2021
by
Marcus Andersson
Committed by
Eli Schwartz
May 13, 2021
Browse files
Add error color when package is orphaned
Signed-off-by:
Eli Schwartz
<
eschwartz@archlinux.org
>
parent
e454a020
Pipeline
#7538
passed with stage
in 1 minute and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
web/template/pkg_search_results.php
View file @
4fa22085
...
@@ -96,7 +96,7 @@ if (!$result): ?>
...
@@ -96,7 +96,7 @@ if (!$result): ?>
<a
href=
"
<?=
get_uri
(
'/packages/'
);
?>
?K=
<?=
htmlspecialchars
(
$row
[
'Maintainer'
],
ENT_QUOTES
)
?>
&SeB=m"
>
<?=
htmlspecialchars
(
$row
[
'Maintainer'
])
?>
</a>
<a
href=
"
<?=
get_uri
(
'/packages/'
);
?>
?K=
<?=
htmlspecialchars
(
$row
[
'Maintainer'
],
ENT_QUOTES
)
?>
&SeB=m"
>
<?=
htmlspecialchars
(
$row
[
'Maintainer'
])
?>
</a>
<?php
endif
;
?>
<?php
endif
;
?>
<?php
else
:
?>
<?php
else
:
?>
<span>
<?=
__
(
"orphan"
)
?>
</span>
<span
class=
"error"
>
<?=
__
(
"orphan"
)
?>
</span>
<?php
endif
;
?>
<?php
endif
;
?>
</td>
</td>
</tr>
</tr>
...
...
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