<% if Rails.application.config.x.git_hash %>
<% end %>
– <%= link_to "Rules", terms_of_service_path %>
– <%= link_to "Contact", contact_path %>
<% if CurrentUser.user.enable_post_navigation %>
– <%= link_to "Keyboard shortcuts", keyboard_shortcuts_path %>
<% end %>
<% if CurrentUser.is_member? %>
–
<%= link_to "Desktop mode", edit_user_path(CurrentUser.id) %>
<% end %>