Remove quartiers_prioritaires and parcelles_agricoles from the geo areas list
This commit is contained in:
parent
711a80746d
commit
0c16a9b1a6
1 changed files with 0 additions and 24 deletions
|
@ -15,18 +15,6 @@
|
||||||
%span
|
%span
|
||||||
= geo_area.description
|
= geo_area.description
|
||||||
|
|
||||||
- if champ.quartiers_prioritaires?
|
|
||||||
.areas-title Quartiers prioritaires
|
|
||||||
.areas
|
|
||||||
- if !champ.geometry?
|
|
||||||
Aucune zone tracée
|
|
||||||
- elsif champ.quartiers_prioritaires.blank?
|
|
||||||
= t('errors.messages.quartiers_prioritaires_empty', count: champ.selections_utilisateur.size)
|
|
||||||
- else
|
|
||||||
%ul
|
|
||||||
- champ.quartiers_prioritaires.each do |geo_area|
|
|
||||||
%li= geo_area_label(geo_area)
|
|
||||||
|
|
||||||
- if champ.cadastres?
|
- if champ.cadastres?
|
||||||
.areas-title Parcelles cadastrales
|
.areas-title Parcelles cadastrales
|
||||||
.areas
|
.areas
|
||||||
|
@ -40,15 +28,3 @@
|
||||||
%li.flex.column.mb-2
|
%li.flex.column.mb-2
|
||||||
= link_to '#', data: { geo_area: geo_area.id } do
|
= link_to '#', data: { geo_area: geo_area.id } do
|
||||||
= geo_area_label(geo_area)
|
= geo_area_label(geo_area)
|
||||||
|
|
||||||
- if champ.parcelles_agricoles?
|
|
||||||
.areas-title Parcelles agricoles (RPG)
|
|
||||||
.areas
|
|
||||||
- if !champ.geometry?
|
|
||||||
Aucune zone tracée
|
|
||||||
- elsif champ.parcelles_agricoles.blank?
|
|
||||||
= t('errors.messages.parcelles_agricoles_empty', count: champ.selections_utilisateur.size)
|
|
||||||
- else
|
|
||||||
%ul
|
|
||||||
- champ.parcelles_agricoles.each do |geo_area|
|
|
||||||
%li= geo_area_label(geo_area)
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue