#4299 Fix the link to view all the user's projects
Merged 5 years ago by pingou. Opened 5 years ago by pingou.

@@ -35,7 +35,9 @@ 

        </div>

        <div class="row">

          <div class="col align-self-end text-right">

-           <a href="#">view all {{repos_length}} {{projectstring(plural=True)}}</a>

+           <a href="{{

+             url_for('ui_ns.userprofile_projects', username=username)

+           }}">view all {{repos_length}} {{projectstring(plural=True)}}</a>

          </div>

        </div>

        {% endif %}