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