From 60f91b8c6f68380e6fb0d4e05927c73228d583aa Mon Sep 17 00:00:00 2001 From: Lubomír Sedlář Date: Feb 19 2018 09:37:58 +0000 Subject: Make fork page header link consistent The link used to be like `USER/NS / REPO` or `USER/ REPO` with the first slash being part of clickable link to user page. With this page no slash is clickable and there are no spaces. --- diff --git a/pagure/templates/repo_master.html b/pagure/templates/repo_master.html index ad33a25..f3f18c4 100644 --- a/pagure/templates/repo_master.html +++ b/pagure/templates/repo_master.html @@ -30,13 +30,13 @@ - {{ repo.user.user }}/ + {{ repo.user.user }}/ {%- endif -%} {%- if repo.namespace -%} {{ repo.namespace }} / - {%- endif %} {{ repo.namespace }}/ + {%- endif -%}\n test', + u'

\ntest', output.data) self.assertIn( u'\n User removed', output.data)