File tree Expand file tree Collapse file tree
atlas/templates/areaSheet Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - master # Changez selon votre branche principale
7- - fix/2.0.0 # Changez selon votre branche principale
87 paths :
98 - " .github/workflows/documentation.yml"
109 - " docs/**"
Original file line number Diff line number Diff line change 3737 < div class ="info_zone_card ">
3838 {% include 'templates/areaSheet/statArea.html' %}
3939 </ div >
40- {% if configuration.AFFICHAGE_TAB_AREA_GENERAL_PRESENTATION %}
40+ {% if configuration.AFFICHAGE_TAB_AREA_GENERAL_PRESENTATION and areaInfos.description %}
4141 < div class ="info_zone_card ">
4242 {% include 'templates/areaSheet/descArea.html' %}
4343 </ div >
Original file line number Diff line number Diff line change 11{% block moreZoneInfos %}
22
33 < div class ="card container info_card ">
4+ < ul class ="nav nav-tabs ">
45 {% if configuration.AFFICHAGE_TAB_AREA_OBS_ESPECES %}
56 < li class ="nav-item ">
67 < a class ="nav-link " data-bs-toggle ="tab " href ="#observations_and_species "> {{ _('observations_and_species') }}</ a >
You can’t perform that action at this time.
0 commit comments