Skip to content

Commit

Permalink
base: remove repo list
Browse files Browse the repository at this point in the history
Now that the repos are listed via the sections of the binary packages,
there is no point it listing them again at the top.
  • Loading branch information
lazka committed Jul 22, 2024
1 parent 93ea5de commit 1436216
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,6 @@ <h4 class="card-title">Base Package: <a href="{{ s.name }}">{{ s.name }}</a></h4
{% endfor %}
</dd>

<dt class="col-sm-3 text-sm-end">Repo(s):</dt>
<dd class="col-sm-9">
{% for r in s.repos %}
{{ r }}{{ ", " if not loop.last else "" }}
{% else %}
-
{% endfor %}
</dd>

{% for name, url in s.urls %}
<dt class="col-sm-3 text-sm-end">{{ name }}:</dt>
<dd class="col-sm-9">
Expand Down

0 comments on commit 1436216

Please sign in to comment.