<% if active_tab == :security %> Sicherheit <% else %> <%= link_to edit_password_path, class: "border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300 border-b-2 py-4 px-1 text-sm font-medium flex items-center gap-2 transition" do %> Sicherheit <% end %> <% end %> <% if active_tab == :email %> E-Mail-Adresse <% else %> <%= link_to edit_identity_email_path, class: "border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300 border-b-2 py-4 px-1 text-sm font-medium flex items-center gap-2 transition" do %> E-Mail-Adresse <% end %> <% end %> <% if active_tab == :sessions %> Sitzungen & Geräte <% else %> <%= link_to sessions_path, class: "border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300 border-b-2 py-4 px-1 text-sm font-medium flex items-center gap-2 transition" do %> Sitzungen & Geräte <% end %> <% end %> <% if active_tab == :activities %> Aktivitäten <% else %> <%= link_to authentications_events_path, class: "border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300 border-b-2 py-4 px-1 text-sm font-medium flex items-center gap-2 transition" do %> Aktivitäten <% end %> <% end %>