Fixes for user dropdown menu when javascript is disabled
I suggest the following changes to fix #134 (closed):
- Add a Log out button to the right of the user dropdown menu. Hide the button using javascript (if enabled). So the button will only be shown when javascript is disabled.
- Add a link from the user dropdown button to the user's edit page. If javascript is enabled, the button will function as a dropdown menu, otherwise it is just a link.