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
0483929b
Commit
0483929b
authored
Jul 06, 2019
by
Jelle van der Waa
🚧
Browse files
Re-add accidently removed class="
parent
716a3dea
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/todolists/view.html
View file @
0483929b
...
...
@@ -78,7 +78,7 @@ <h3>Filter Todo List Packages</h3>
</thead>
<tbody>
{% for pkg in list.packages %}
<tr
{%
if
user
in
pkg.maintainers
%}
mine
{%
endif
%}
{{
pkg.arch.name
}}
{{
pkg.repo.name
|
lower
}}"
>
<tr
class=
"
{% if user in pkg.maintainers %} mine{% endif %} {{ pkg.arch.name }} {{ pkg.repo.name|lower }}"
>
<td>
{{ pkg.arch.name }}
</td>
<td>
{{ pkg.repo.name|capfirst }}
</td>
<td>
{% todopkg_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