<%= 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"), "#" %>
    • <%= link_to fa_icon("gear fw", text: "Settings"), "#" %>
    • <%= link_to fa_icon("sign-out fw", text: "Logout"), "#" %>
  • <%= link_to fa_icon("home fw", text: "Home"), home_path %>