Skip to content
Snippets Groups Projects
Commit a5267d0f authored by Phil Hughes's avatar Phil Hughes
Browse files

selecting project in dropdown takes user to the correct project

parent 81e7086f
Branches
Tags
1 merge request!2438Added dropdown to list all projects on project header
Loading
Loading
@@ -56,6 +56,9 @@ class @Project
_projectSelectDropdown: ->
new ProjectSelect()
 
$('.project-item-select').on 'click', ->
window.location = $(this).val()
$('.js-projects-dropdown-toggle').on 'click', (e) ->
e.preventDefault()
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment