<%= svg_icon('code_circle', class: 'w-5 h-5 mr-1') %>
<%= t('test_mode') %>
|
<%= button_to testing_account_path, method: :delete, class: 'inline flex' do %>
<% title = capture do %>
<%= t('exit') %>
×
<% end %>
<%= button_title(title:, disabled_with: t('leave')) %>
<% end %>
<% end %>