Add main navigation bar

Make donations and invitations accessible to everyone
This commit is contained in:
2020-12-27 14:03:40 +01:00
parent 4d8cd740ba
commit c62ce00184
9 changed files with 82 additions and 14 deletions
+1
View File
@@ -2,5 +2,6 @@ class DashboardController < ApplicationController
before_action :require_user_signed_in
def index
@current_section = "dashboard"
end
end