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
a4299460
Commit
a4299460
authored
Oct 13, 2019
by
Jelle van der Waa
🚧
Browse files
devel: remove unrequired css classes from report view
parent
767feb12
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/devel/packages.html
View file @
a4299460
...
...
@@ -52,7 +52,7 @@ <h3>Filter Packages</h3>
</thead>
<tbody>
{% for pkg in packages %}
<tr
class=
"{% cycle 'pkgr2' 'pkgr1' %} {{ pkg.arch.name }} {{ pkg.repo.name|lower }}"
>
<tr>
<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