Logout not working without JavaScript
Created by: CSchulz
As stated here in my comment and the following ones https://github.com/gitlabhq/gitlabhq/issues/7110#issuecomment-45811086 JavaScript is needed to be able to logout.
The cause is the needed CSRF token which is given via meta tags and read by JavaScript.