menu

Top Navigation

To add the user dropdown:

# You must pass an option of `user`
# Pass in `more_info_partial` to append anything below the user's name but above the email
# Pass a block to render anything below the user's email address

= n2_user_dropdown(user: current_user, more_info_partial: area_director_role) do
  .container-fluid
    .row.p-2.justify-content-end
      .btn-flat.mr-auto Profile
      = link_to "logout", "/", class: "btn-flat", method: :delete