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.
 
 
 
 
 

15 lines
278 B

<%= content_for :title, t(:'nodes.title') %>
<%= turbo_frame_tag 'main' do %>
<%= turbo_stream.append 'flash', partial: 'layouts/flash' %>
<%= render partial: 'drawer' %>
<%= turbo_frame_tag 'tree' do %>
<%= render partial: 'tree' %>
<% end %>
<% end %>