demarches-normaliennes/app/views/users/dossiers/update.turbo_stream.haml
2022-10-11 11:39:05 +02:00

4 lines
122 B
Text

- if @to_shows.present?
= turbo_stream.show_all(@to_shows)
- if @to_hides.present?
= turbo_stream.hide_all(@to_hides)