gitlab-org--gitlab-foss/app/views/layouts
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
..
header Aria labels on top header links 2016-07-12 16:02:31 +01:00
nav Redirect to external issue tracker from /issues 2016-08-01 16:59:44 -07:00
_bootlint.haml
_broadcast.html.haml
_flash.html.haml Remove pinTo from Flash and make inline flash messages look nicer (!4854) 2016-06-30 23:53:22 +02:00
_google_analytics.html.haml
_head.html.haml Revert Subresource Integrity pending a fix for Firefox's incorrect hashing implementation. 2016-06-27 07:47:33 -06:00
_init_auto_complete.html.haml Chnaged noteable class check 2016-07-14 08:44:22 +01:00
_page.html.haml Improves left static sidebar behaviour 2016-07-14 14:58:25 +03:00
_page_title.html.haml
_piwik.html.haml
_search.html.haml Fix creating group with space in group path 2016-07-14 15:31:48 -03:00
_user_styles.html.haml
admin.html.haml
application.html.haml
dashboard.html.haml
devise.html.haml
devise_empty.html.haml
devise_mailer.html.haml
errors.html.haml
explore.html.haml
group.html.haml
group_settings.html.haml
help.html.haml
notify.html.haml
profile.html.haml
project.html.haml WikiPage should have a slug even when not persisted. 2016-07-25 09:22:47 +05:30
project_settings.html.haml
search.html.haml
snippets.html.haml