5 lines
182 B
Plaintext
5 lines
182 B
Plaintext
<% if @right_column %>
|
|
<%= turbo_stream.remove(dom_id(@column)) %>
|
|
<%= turbo_stream.after(@right_column, partial: "boards/show/column", locals: { column: @column }) %>
|
|
<% end %>
|