gitlab-org--gitlab-foss/app/helpers
Douwe Maan b69cc5239d Merge branch 'rs-external-issue-tracker-redirect' into 'master'
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! 🎉

See merge request !5608
2016-08-02 23:22:30 +00:00
..
appearances_helper.rb Add new stopwatch and commit icons; rename custom icon helper; fix commit pipeline layout 2016-07-12 14:52:59 -05:00
application_helper.rb State specific default sort order for issuables 2016-08-01 11:28:56 +02:00
application_settings_helper.rb
auth_helper.rb
avatars_helper.rb Add link to user profile to commit avatar (!5163) 2016-07-20 17:44:28 +02:00
blob_helper.rb Improve diff performance by eliminating redundant checks for text blobs 2016-07-29 21:06:50 -07:00
branches_helper.rb implements the basic filter functionality 2016-07-19 19:30:10 +01:00
broadcast_messages_helper.rb
button_helper.rb Display tooltip for "Copy to Clipboard" button (!5164) 2016-07-11 14:20:48 +02:00
ci_status_helper.rb Fix ci icons getting cut off 2016-07-21 08:14:10 -07:00
commits_helper.rb Remove magic comments from Ruby files (!5456) 2016-07-24 07:08:45 +02:00
compare_helper.rb
dashboard_helper.rb
diff_helper.rb Merge branch 'rubocop/enable-access-modifiers-cops' into 'master' 2016-07-29 15:58:09 +00:00
dropdowns_helper.rb
emails_helper.rb
events_helper.rb
explore_helper.rb
external_wiki_helper.rb speed up ExternalWikiService#get_project_wiki_path 2016-07-19 09:06:58 -04:00
form_helper.rb
git_helper.rb
gitlab_markdown_helper.rb
gitlab_routing_helper.rb
graph_helper.rb
groups_helper.rb
icons_helper.rb
import_helper.rb
issuables_helper.rb Revert "Merge branch 'gl-dropdown-issuable-form' into 'master'" 2016-07-15 23:46:29 +00:00
issues_helper.rb Remove url_for_new_issue helper 2016-08-01 18:23:12 -07:00
javascript_helper.rb
kerberos_spnego_helper.rb
labels_helper.rb
members_helper.rb
merge_requests_helper.rb Merge branch 'mr-close-btn' into 'master' 2016-07-11 18:00:55 +00:00
milestones_helper.rb
namespaces_helper.rb
nav_helper.rb
notes_helper.rb Speedup DiffNote#active? on discussions, preloading noteables and avoid touching git repository to return diff_refs when possible 2016-08-02 16:04:15 +02:00
notifications_helper.rb
page_layout_helper.rb
preferences_helper.rb
projects_helper.rb Link configuration button to .gitlab-ci.yml 2016-07-28 12:46:19 -05:00
runners_helper.rb
search_helper.rb fix missing repo_ref param 2016-07-22 17:42:24 +01:00
selects_helper.rb Allow skipping users in autocomplete 2016-07-27 14:10:49 +01:00
services_helper.rb Refactor service settings view 2016-07-20 12:11:37 -03:00
snippets_helper.rb
sorting_helper.rb State specific default sort order for issuables 2016-08-01 11:28:56 +02:00
submodule_helper.rb
tab_helper.rb
tags_helper.rb
time_helper.rb Cast duration to integer in TimeHelper#time_interval_in_words 2016-07-21 12:18:34 +02:00
todos_helper.rb Merge branch 'approval-required-todo' into 'master' 2016-07-12 19:50:33 +00:00
tree_helper.rb
triggers_helper.rb
u2f_helper.rb Load Javascript U2F library selectively. 2016-07-14 08:19:09 +05:30
version_check_helper.rb
visibility_level_helper.rb
workhorse_helper.rb Merge branch 'send-entry-via-Gitlab-Workhorse-Send-Data' into 'master' 2016-07-11 16:18:37 +00:00