summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-04-25 16:00:30 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-04-25 16:00:30 -0400
commitd30ceda7debecc79d667ca0594aa13ab42b8a1a8 (patch)
tree2493329afb530e7c25485b25abd5e6fc69409033 /app/views/layouts
parenta11b07f31d14ceface3f9a20d0d1e7b55d369602 (diff)
downloadgitlab-ce-d30ceda7debecc79d667ca0594aa13ab42b8a1a8.tar.gz
Add collapsed navbar links to the default tooltip selector
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/_page.html.haml4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/layouts/_page.html.haml b/app/views/layouts/_page.html.haml
index 1c164800b0e..0fa2ec9824d 100644
--- a/app/views/layouts/_page.html.haml
+++ b/app/views/layouts/_page.html.haml
@@ -15,7 +15,3 @@
= yield
= yield :embedded_scripts
-
-:coffeescript
- $('.page-sidebar-collapsed .nav-sidebar a').tooltip placement: "right"
-