<%= render 'shared/turbo_modal', title: 'Move Into Folder' do %> <%= form_for '', url: template_folder_path(@template), method: :put, data: { turbo_frame: :_top }, html: { autocomplete: :off } do |f| %>
<%= f.text_field :name, required: true, placeholder: 'New Folder Name...', class: 'base-input w-full', autofocus: true %>
<%= f.button button_title(title: 'Move', disabled_with: 'Moving'), class: 'base-button' %>
<% end %> <% end %>