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 Profile requests when a header is passed 2016-07-26 20:06:09 +02:00
_admin_settings.html.haml Put some admin settings in dropdown 2016-06-20 14:55:20 +03:00
_dashboard.html.haml Change nav link snippet controller 2016-07-21 14:12:08 -07:00
_explore.html.haml Remove icons from explore nav 2016-07-20 06:44:40 -07:00
_group.html.haml Switched mobile button icons to ellipsis and angle 2016-06-28 16:01:42 +02:00
_group_settings.html.haml Exclude requesters from Project#members, Group#members and User#members 2016-07-01 17:44:46 +02:00
_profile.html.haml Update Access Tokens link title to match the text 2016-07-12 13:52:24 +00:00
_project.html.haml Redirect to external issue tracker from `/issues` 2016-08-01 16:59:44 -07:00
_project_settings.html.haml Create PipelinesSettingsController for showing settings page 2016-07-20 14:39:06 +02:00