Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jelle van der Waa
Archweb
Commits
67aadd8f
Commit
67aadd8f
authored
Jan 18, 2020
by
Jelle van der Waa
🚧
Browse files
devel: fix filtering repository's in report view
parent
421a1430
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/devel/packages.html
View file @
67aadd8f
...
...
@@ -51,7 +51,7 @@ <h3>Filter Packages</h3>
</thead>
<tbody>
{% for pkg in packages %}
<tr>
<tr
class=
"{{ pkg.arch.name }} {{ pkg.repo.name|lower }}"
>
<td>
{{ pkg.arch.name }}
</td>
<td>
{{ pkg.repo.name|capfirst }}
</td>
<td>
{% pkg_details_link pkg %}
</td>
...
...
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