demarches-normaliennes/app/views/users/dossiers/update.turbo_stream.haml

5 lines
122 B
Text
Raw Normal View History

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