8 lines
417 B
Text
8 lines
417 B
Text
= turbo_stream.update dom_id(@champ, :geo_areas), partial: 'shared/champs/carte/geo_areas', locals: { champ: @champ, editing: true }
|
|
|
|
- if @focus
|
|
= turbo_stream.dispatch 'map:feature:focus', bbox: @champ.bounding_box
|
|
|
|
- if @champ.dossier.editing_fork?
|
|
= turbo_stream.replace_all '.dossier-edit-sticky-footer' do
|
|
= render Dossiers::EditFooterComponent.new(dossier: @champ.dossier, annotation: @champ.private?)
|