From c7c5bd48434d3f002010032ebd2753352d5e9e87 Mon Sep 17 00:00:00 2001
From: Douwe Maan <douwe@gitlab.com>
Date: Thu, 22 Oct 2015 10:46:54 +0200
Subject: [PATCH] Change dashboard snippet index menu class to match test

---
 app/views/dashboard/snippets/index.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/dashboard/snippets/index.html.haml b/app/views/dashboard/snippets/index.html.haml
index 2b67fd05b9d..07b6d57932e 100644
--- a/app/views/dashboard/snippets/index.html.haml
+++ b/app/views/dashboard/snippets/index.html.haml
@@ -9,7 +9,7 @@
       = icon('plus')
       New Snippet
 
-  .btn-group.btn-group-next.event-filter
+  .btn-group.btn-group-next.snippet-scope-menu
     = link_to dashboard_snippets_path, class: "btn btn-default #{"active" unless params[:scope]}" do
       All
       %span.badge
-- 
GitLab