summaryrefslogtreecommitdiff
path: root/qa/qa/page
diff options
context:
space:
mode:
authorMartin Hobert <info@dosh.dk>2019-01-22 17:42:10 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-01-22 17:42:10 +0000
commitfe823be926ece8f73b06dc6528221306431ff895 (patch)
tree4824b94eb9ce5e358412ec62665f5e5cd1ef7463 /qa/qa/page
parent30c141c99018eefd7992149e6ce4d4ffdac066a4 (diff)
downloadgitlab-ce-fe823be926ece8f73b06dc6528221306431ff895.tar.gz
fix(labels): Move the primary button out of breadcrumbs and into the project section
Diffstat (limited to 'qa/qa/page')
-rw-r--r--qa/qa/page/label/index.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/label/index.rb b/qa/qa/page/label/index.rb
index 9344371a0b6..97ce8f0eba5 100644
--- a/qa/qa/page/label/index.rb
+++ b/qa/qa/page/label/index.rb
@@ -2,7 +2,7 @@ module QA
module Page
module Label
class Index < Page::Base
- view 'app/views/projects/labels/index.html.haml' do
+ view 'app/views/shared/labels/_nav.html.haml' do
element :label_create_new
end