Skip to content

Commit

Permalink
Update package issue tracker link in "Flag Package" page
Browse files Browse the repository at this point in the history
Link to the package's issue tracker on gitlab.archlinux.org instead of
the old bug tracker.
  • Loading branch information
nl6720 authored and jelly committed Sep 26, 2024
1 parent fc191bb commit 3da96a4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions templates/packages/flag.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{% extends "base.html" %}
{% load package_extras %}
{% load humanize %}
{% load details_link %}

{% block title %}Arch Linux - Flag Package - {{ package.pkgname }} {{ package.full_version }} ({{ package.arch.name }}){% endblock %}
{% block head %}<meta name="robots" content="noindex"/>{% endblock %}
Expand Down Expand Up @@ -29,9 +30,9 @@ <h2>Flag Package: {{ package.pkgname }} {{ package.full_version }} ({{ package.a
with your additional text.</p>

<p><strong>Note:</strong> Do <em>not</em> use this facility if the
package is broken! The package will be unflagged and the report will be ignored!
<a href="https://bugs.archlinux.org/" title="Arch Linux Bugtracker">Use the
bugtracker to file a bug</a> instead.</p>
package is broken! The package will be unflagged and the report will be ignored! File an issue on
<a href="{% bugs_list package %}" title="Bug tickets for {{ package }}">the package's GitLab repository</a>
instead.</p>

<p>Please confirm your flag request for {{package.pkgname}}:</p>

Expand Down

0 comments on commit 3da96a4

Please sign in to comment.