You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
301 B

<%= turbo_stream.replace "node_form" do %>
<%= render "form", node: @node %>
<% end %>
<turbo-stream action="replace" targets="#<%= dom_id(@node, 'drawer-link') %>">
<template><%= drawer_node_link @node %></template>
</turbo-stream>
<%= turbo_stream.append 'flash', partial: 'layouts/flash' %>