summaryrefslogtreecommitdiff
path: root/app/views/projects/labels/edit.html.haml
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-09-20 17:07:56 -0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-10-19 14:58:24 -0200
commitcfedd42badc6b84457d1de35cb31988777462d5a (patch)
treeca0588b33e11d2f28104b320dcec6884ac148ec8 /app/views/projects/labels/edit.html.haml
parente2dd75c0a2d863c8e530e54f3a0a015bdec1e84f (diff)
downloadgitlab-ce-cfedd42badc6b84457d1de35cb31988777462d5a.tar.gz
Add ProjectLabel model
Diffstat (limited to 'app/views/projects/labels/edit.html.haml')
-rw-r--r--app/views/projects/labels/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/labels/edit.html.haml b/app/views/projects/labels/edit.html.haml
index c9ec371c3e1..372abcb8773 100644
--- a/app/views/projects/labels/edit.html.haml
+++ b/app/views/projects/labels/edit.html.haml
@@ -7,4 +7,4 @@
= icon('bookmark')
Edit Project Label
%hr
- = render 'form'
+ = render 'form', url: namespace_project_label_path(@project.namespace.becomes(Namespace), @project, @label)