diff options
author | Kushal Pandya <kushalspandya@gmail.com> | 2017-04-13 07:55:15 +0000 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2017-04-13 07:55:15 +0000 |
commit | 49759fbee1bad812d6112d1f3e7702e06f20a48c (patch) | |
tree | 89c9d6f0a2ea865830e33fe25a6ea175e3dbab8b /app/views/projects/labels/edit.html.haml | |
parent | 37ab389139a21a8ab10ddbbddec1b61f720b27ab (diff) | |
download | gitlab-ce-49759fbee1bad812d6112d1f3e7702e06f20a48c.tar.gz |
Show sub-nav under Merge Requests when issue tracker is non-default
Diffstat (limited to 'app/views/projects/labels/edit.html.haml')
-rw-r--r-- | app/views/projects/labels/edit.html.haml | 2 |
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 a80a07b52e6..7f0059cdcda 100644 --- a/app/views/projects/labels/edit.html.haml +++ b/app/views/projects/labels/edit.html.haml @@ -1,6 +1,6 @@ - @no_container = true - page_title "Edit", @label.name, "Labels" -= render "projects/issues/head" += render "shared/mr_head" %div{ class: container_class } %h3.page-title |