<% if signed_in? && current_user != true_user && current_account.testing? %>
<%= svg_icon('code_circle', class: 'w-5 h-5 mr-1') %>Testing Environment | <%= button_to testing_account_path, method: :delete, class: 'inline flex' do %> <% title = capture do %> Exit × <% end %> <%= button_title(title:, disabled_with: 'Leave') %> <% end %>
<% end %>