+
+
<%= link_to Rails.application.config.app_name, current_user ? "/dashboard" : "/",
class: "text-xl font-bold text-white" %>
+
-
- <%= link_to t("header.parties"), events_path,
- class: "text-gray-100 hover:text-purple-200 py-2 rounded-md text-sm font-medium transition-colors duration-200" %>
- <%= link_to t("header.concerts"), "#",
- class: "text-gray-100 hover:text-purple-200 py-2 rounded-md text-sm font-medium transition-colors duration-200" %>
-
+
+
+ <%= link_to t("header.parties"), events_path,
+ class: "text-gray-100 hover:text-purple-200 py-2 rounded-md text-sm font-medium transition-colors duration-200" %>
+ <%= link_to t("header.concerts"), "#",
+ class: "text-gray-100 hover:text-purple-200 py-2 rounded-md text-sm font-medium transition-colors duration-200" %>
-
+
<% if user_signed_in? %>
<% else %>
-
- <%= link_to t("header.login"), new_user_session_path,
- class: "bg-black text-gray-100 hover:text-purple-200 px-3 py-2 rounded-md text-sm font-medium transition-colors duration-200" %>
- <%= link_to t("header.register"), new_user_registration_path,
- class: "bg-purple-600 text-white font-medium py-2 px-4 rounded-lg hover:bg-purple-700 transition-colors duration-200" %>
-
+ <%= link_to t("header.login"), new_user_session_path,
+ class: "bg-black text-gray-100 hover:text-purple-200 px-3 py-2 rounded-md text-sm font-medium transition-colors duration-200" %>
+ <%= link_to t("header.register"), new_user_registration_path,
+ class: "bg-purple-600 text-white font-medium py-2 px-4 rounded-lg hover:bg-purple-700 transition-colors duration-200" %>
<% end %>
-
-
+
+
+