a70431f874
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! 🎉
|
||
---|---|---|
.. | ||
header | ||
nav | ||
_bootlint.haml | ||
_broadcast.html.haml | ||
_flash.html.haml | ||
_google_analytics.html.haml | ||
_head.html.haml | ||
_init_auto_complete.html.haml | ||
_page.html.haml | ||
_page_title.html.haml | ||
_piwik.html.haml | ||
_search.html.haml | ||
_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 | ||
project_settings.html.haml | ||
search.html.haml | ||
snippets.html.haml |