Skip to content

Commit

Permalink
indicator: levier in header, categorisation order
Browse files Browse the repository at this point in the history
  • Loading branch information
abulte committed Jan 9, 2025
1 parent 3a4ea63 commit b3d3fc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ const { unite } = useIndicatorExtras(indicator)
<InformationPanelItem title="Thématique">
<IndicatorTags :indicator="indicator" type="theme" />
</InformationPanelItem>
<InformationPanelItem title="Levier">
<IndicatorTags :indicator="indicator" type="levier" />
</InformationPanelItem>
<InformationPanelItem title="Enjeu">
<InformationPanelItem title="Enjeux">
<IndicatorTags :indicator="indicator" type="enjeu" />
</InformationPanelItem>
<InformationPanelItem title="Secteur">
<IndicatorTags :indicator="indicator" type="secteur" />
</InformationPanelItem>
<InformationPanelItem title="Levier">
<IndicatorTags :indicator="indicator" type="levier" />
</InformationPanelItem>
</InformationPanelSection>

<!-- Métadonnées -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ onMounted(() => {
<div class="fr-col-12 fr-col-md-4">
<h2 class="subtitle fr-mt-3v fr-mb-1v">Thématique</h2>
<IndicatorTags :indicator="indicator" type="theme" />
<h2 class="subtitle fr-mt-3v fr-mb-1v">Levier</h2>
<IndicatorTags :indicator="indicator" type="levier" />
<h2 class="subtitle fr-mt-3v fr-mb-1v">Maille minimale</h2>
<p>{{ spatialGranularity?.name || '-' }}</p>
<h2 class="subtitle fr-mt-3v fr-mb-1v">Unité</h2>
Expand Down

0 comments on commit b3d3fc6

Please sign in to comment.