summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-03-01 13:22:13 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-03-01 13:22:13 -0500
commitfefa6a6f9e8f484300a808f1db6254a502cef73a (patch)
tree688db2123ff65ceda3d8f110a6b3b50f3e56e059
parent69a76baed92a3a9a1b35c0ff636a77ffd52c4c7b (diff)
downloadgitlab-ce-fefa6a6f9e8f484300a808f1db6254a502cef73a.tar.gz
Remove unneded call to missing libray
-rw-r--r--app/views/groups/show.html.haml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml
index 76c7d5ee2e1..6148d8cb3d2 100644
--- a/app/views/groups/show.html.haml
+++ b/app/views/groups/show.html.haml
@@ -55,6 +55,3 @@
- else
%p.nav-links.no-top
No projects to show
-
-:javascript
- $('.nav-links').stickyTabs();