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! 🎉
|
||
---|---|---|
.. | ||
_closed_by_box.html.haml | ||
_discussion.html.haml | ||
_form.html.haml | ||
_head.html.haml | ||
_issue.html.haml | ||
_issue_by_email.html.haml | ||
_issues.html.haml | ||
_merge_requests.html.haml | ||
_new_branch.html.haml | ||
_related_branches.html.haml | ||
edit.html.haml | ||
index.atom.builder | ||
index.html.haml | ||
new.html.haml | ||
show.html.haml |