#992 frontend: add missing url to overview page
Merged 4 years ago by msuchy. Opened 4 years ago by dturecek.
copr/ dturecek/copr missing-url  into  master

@@ -10,7 +10,7 @@ 

  

  <div class="col-sm-8 col-md-9">

      <h3>Active repositories</h3>

-     <p>See Active Releases in project <a href="">Overview</a>.</p>

+     <p>See Active Releases in project <a href="{{ copr_url('coprs_ns.copr_detail', copr) }}">Overview</a>.</p>

  

      <h3>Outdated repositories</h3>

      {% if not outdated_chroots %}

I've noticed that on settings/repository page there's a missing url that should be pointing to the Overview page.

Pull-Request has been merged by msuchy

4 years ago