gitlab-org--gitlab-foss/app/views/layouts/nav
Robert Speicher a70431f874 Redirect to external issue tracker from /issues
Prior, in order to display the correct link to "Issues" in the project
navigation, we were performing a check against the project to see if it
used an external issue tracker, and if so, we used that URL. This was
inefficient.

Now, we simply _always_ link to `namespace_project_issues_path`, and
then in the controller we redirect to the external tracker if it's
present.

This also removes the need for the url_for_issue helper. Bonus! 🎉
2016-08-01 16:59:44 -07:00
..
_admin.html.haml
_admin_settings.html.haml
_dashboard.html.haml
_explore.html.haml
_group.html.haml
_group_settings.html.haml
_profile.html.haml
_project.html.haml Redirect to external issue tracker from /issues 2016-08-01 16:59:44 -07:00
_project_settings.html.haml