Skip to content

Commit 977b294

Browse files
committed
Merge branch 'develop'
2 parents a97c2f1 + 3ebf7a1 commit 977b294

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
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/**"

atlas/templates/areaSheet/_main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
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>

atlas/templates/areaSheet/moreZoneInfo.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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>

0 commit comments

Comments
 (0)