- {% if config['DOC_APP_URL'] and repo and repo.settings.get('project_documentation', True) %}
+
+ {% if config['DOC_APP_URL']
+ and repo
+ and repo.settings.get('project_documentation', True) %}
Docs GIT URLs
+ {% if authenticated and repo_admin %}
+ {% endif %}
{%endif%}
+ {% if authenticated and repo_admin %}
{% if config.get('ENABLE_TICKETS', True) %}
Issues GIT URLs
@@ -264,13 +272,6 @@ git push -u origin master
config.get('GIT_URL_SSH') }}tickets/{{ repo.fullname }}.git" readonly>
-
{%endif%}
Pull Requests GIT URLs
@@ -280,15 +281,10 @@ git push -u origin master
config.get('GIT_URL_SSH') }}requests/{{ repo.fullname }}.git" readonly>
-