• <%= link_to "Services", root_path, class: @current_section == :dashboard ? "active" : nil %>
  • <%= link_to "Invitations", invitations_path, class: @current_section == :invitations ? "active" : nil %>
  • <%= link_to "Donations", donations_path, class: @current_section == :contributions ? "active" : nil %>
  • <%= link_to "Wallet", wallet_path, class: @current_section == :wallet ? "active" : nil %>
  • <%= link_to "Security", security_path, class: @current_section == :security ? "active" : nil %>