File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
templates/Modules/cluster Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 444444 {% if ' audit_fail' == result %}
445445 {{ (' audit_comments.fail_for_repositories' )| trans| raw }}
446446 {% for repository in parameters %}
447- {{ repository }}{% if false == loop .last %},{% endif %}
447+ {% if is_granted(' REPOSITORIES' , ' global' ) %}
448+ <a href =" {{ path(' repositories_read' , {' repository' : repository }) }}" >{{ repository }}</a >{% if false == loop .last %},{% endif %}
449+ {% else %}
450+ {{ repository }}{% if false == loop .last %},{% endif %}
451+ {% endif %}
448452 {% endfor %}
449453 {% endif %}
450454 {% if ' audit_notice' == result %}
451455 {{ (' audit_comments.' ~ checkpoint ~ ' .notice' )| trans| raw }}
452456 {% endif %}
453457 {% endblock %}
454-
455- {% block internal_link %}
456- {% if is_granted(' REPOSITORIES' , ' global' ) %}
457- <a href =" {{ path(' repositories' ) }}" >{{ ' repositories' | trans }}</a >
458- {% endif %}
459- {% endblock %}
460458 {% endembed %}
461459 {% endif %}
462460
You can’t perform that action at this time.
0 commit comments