<%= link_to "School Platform", root_path, class: "navbar-brand" %>
  • <%= fa_icon "user fw" %><%= fa_icon "caret-down" %>
    • <%= link_to fa_icon("user fw", text: "User Profile"), current_user %>
    • <%= link_to fa_icon("gear fw", text: "Settings"), edit_user_path(current_user) %>
    • <%= link_to fa_icon("sign-out fw", text: "Logout"), logout_path, method: :delete %>
  • <%= link_to fa_icon("home fw", text: "Home"), home_path %>