diff --git a/pagure/templates/repo_info.html b/pagure/templates/repo_info.html index 74e2ddd..7ee2f46 100644 --- a/pagure/templates/repo_info.html +++ b/pagure/templates/repo_info.html @@ -278,44 +278,44 @@ git push -u origin master {% if config['DOC_APP_URL'] and repo and repo.settings.get('project_documentation', True) %} -
Docs GIT URLs
- {% if authenticated and repo_admin %} -
-
-
SSH
- -
-
- {% endif %} -
-
-
GIT
- +
Docs GIT URLs
+ {% if authenticated and repo_admin %} +
+
+
SSH
+ +
+
+ {% endif %} +
+
+
GIT
+ +
-
{% endif %} {% if authenticated and repo_admin %} - {% if config.get('ENABLE_TICKETS', True) - and repo.settings.get('issue_tracker', True) %} -
Issues GIT URLs
-
-
-
SSH
- -
-
- {% endif %} -
Pull Requests GIT URLs
-
-
-
SSH
- + {% if config.get('ENABLE_TICKETS', True) + and repo.settings.get('issue_tracker', True) %} +
Issues GIT URLs
+
+
+
SSH
+ +
+
+ {% endif %} +
Pull Requests GIT URLs
+
+
+
SSH
+ +
-
{% endif %}
@@ -326,42 +326,42 @@ git push -u origin master {% if last_commits %} -
-
- Recent Commits in - - - {{branchname}} - - -
-
- -
{% endif %}
{% endif %}