<%= content_for :title, @user.name %> <%= turbo_frame_tag 'main' do %> <%= turbo_stream.append 'flash', partial: 'layouts/flash' %>
<%= link_to t(:'users.list'), url_for(controller: 'users', action: 'index'), data: {turbo_action: 'advance'}, class: 'back-link' %>

<%= yield :title %>

<%= button_to t(:'users.destroy'), url_for(action: 'show', id: @user), method: :delete, data: { turbo_confirm: t(:'ui.are_you_sure') }, tabindex: '-1', class: 'delete-link' %>
<%= render "form", user: @user %>
<% end %>