summaryrefslogtreecommitdiff
path: root/app/views/dashboard/projects
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-02-17 11:28:52 -0600
committerJose Ivan Vargas <jvargas@gitlab.com>2017-02-23 15:47:23 -0600
commitbcab4bb5efd1cc499dc7d753115fe91b98f27bda (patch)
tree712923e168785037162b4c96fe6c9705db84fa4c /app/views/dashboard/projects
parent19a21107d7f4a256271306ae10bb376dfbc8bbad (diff)
downloadgitlab-ce-bcab4bb5efd1cc499dc7d753115fe91b98f27bda.tar.gz
Changed the javascript class from using the global scope to exporting it via webpack
Also improved accesibility and change the id from user_callouts to a class
Diffstat (limited to 'app/views/dashboard/projects')
-rw-r--r--app/views/dashboard/projects/index.html.haml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/dashboard/projects/index.html.haml b/app/views/dashboard/projects/index.html.haml
index 61212bc8490..8276cce693c 100644
--- a/app/views/dashboard/projects/index.html.haml
+++ b/app/views/dashboard/projects/index.html.haml
@@ -17,6 +17,3 @@
= render 'projects'
- else
= render "zero_authorized_projects"
-
-:javascript
- var userCallout = new gl.UserCallout();