From f289ee93653bb90c2117ecd92ff93f721493b86b Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Tue, 29 Dec 2020 11:09:04 +0100 Subject: [PATCH] Switch menu items --- app/views/shared/_main_nav.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/shared/_main_nav.html.erb b/app/views/shared/_main_nav.html.erb index 3b1d5b9..d96a161 100644 --- a/app/views/shared/_main_nav.html.erb +++ b/app/views/shared/_main_nav.html.erb @@ -5,14 +5,14 @@ <%= link_to "Services", root_path, class: @current_section == :dashboard ? "active" : nil %> -
  • - <%= link_to "Donations", donations_path, - class: @current_section == :contributions ? "active" : nil %> -
  • <%= link_to "Invitations", invitations_path, class: @current_section == :invitations ? "active" : nil %>
  • +
  • + <%= link_to "Donations", donations_path, + class: @current_section == :contributions ? "active" : nil %> +