From 75b53dd8854cb25d134e32c9ec1234b7fad0dcce Mon Sep 17 00:00:00 2001 From: Carlos Coêlho Date: Wed, 13 Jan 2016 13:15:45 -0200 Subject: [PATCH] Fix merge request url --- src/colab-spb-plugin/tests/plugins.d/gitlab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/colab-spb-plugin/tests/plugins.d/gitlab.py b/src/colab-spb-plugin/tests/plugins.d/gitlab.py index 944ebcf..e10149b 100644 --- a/src/colab-spb-plugin/tests/plugins.d/gitlab.py +++ b/src/colab-spb-plugin/tests/plugins.d/gitlab.py @@ -35,6 +35,6 @@ menu_urls = ( url(display=_('Issues'), viewname='gitlab', kwargs={'path': '/dashboard/issues'}, auth=True), url(display=_('Merge Requests'), viewname='gitlab', - kwargs={'path': '/merge_requests'}, auth=True), + kwargs={'path': '/dashboard/merge_requests'}, auth=True), ) -- libgit2 0.21.2