#1754 Fix home page 'open issues' links for namespaced projects
Merged 7 years ago by pingou. Opened 7 years ago by adamwill.
adamwill/pagure home-issues-namespace  into  master

@@ -61,7 +61,7 @@ 

                          </span>

                        {% else %}

                          <a class="notblue" data-toggle="tooltip"

-                           href="{{ url_for('.view_issues', repo=repo.name) }}"

+                           href="{{ url_for('.view_issues', repo=repo.name, namespace=repo.namespace) }}"

                            title="{{ repo.open_tickets_public }} open issues against {{repo.name}}">

                            <span class="oi" data-glyph="warning"></span>

                            {{- repo.open_tickets_public }}

When you log into Pagure, you see a user home page, with a list
of projects, and links to open issues and pull requests for
projects that have them. The links to the issues pages for
namespaced projects were broken, though, as they did not include
the namespace.

Pull-Request has been merged by pingou

7 years ago