-
-

+
<% if logged_in? %> - Logged In Dashboard Index + <%= render partial: "dashboard", locals: { role: current_user.role.to_sym } %> <% else %> - Logged Out Dashboard Index +

Logged Out Dashboard Index

<% end %> -