Skip to content
Snippets Groups Projects
Commit ea156ff8 authored by Loraine Gueguen's avatar Loraine Gueguen
Browse files

fix picture_path and tripal_banner_path in species template

parent a46f930c
No related branches found
No related tags found
1 merge request!18Release v2.1.0
This commit is part of merge request !18. Comments created here will be created in the context of that merge request.
...@@ -38,11 +38,11 @@ services: ...@@ -38,11 +38,11 @@ services:
- ./docker_data/galaxy/:/export/:ro - ./docker_data/galaxy/:/export/:ro
- ./src_data/:/project_data/:ro - ./src_data/:/project_data/:ro
- ./src_data:/data:ro - ./src_data:/data:ro
{% if 'tripal_banner_path' is defined %} {% if tripal_banner_path is defined %}
- ./banner.png:/var/www/html/banner.png:ro - ./banner.png:/var/www/html/banner.png:ro
{% endif %} {% endif %}
#- /groups/XXX/:/groups/XXX/:ro # We do this when we have symlinks in src_data pointing to /groups/XXX/... #- /groups/XXX/:/groups/XXX/:ro # We do this when we have symlinks in src_data pointing to /groups/XXX/...
{% if 'picture_path' is defined and 'picture_path' %} {% if picture_path is defined %}
{% if 'png' in picture_path %} {% if 'png' in picture_path %}
- ./species.png:/var/www/html/species.png:ro - ./species.png:/var/www/html/species.png:ro
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment