summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-06-02 16:16:54 +0000
committerPhil Hughes <me@iamphill.com>2017-06-02 16:16:54 +0000
commite7de234d6f27781938858bee0ccd01ab1fbd082f (patch)
treed987b4ea7e5545dd6af9ac56fcfa46f5cfb5964c /app/views
parentaea03d7cdfb882762426dbb5cab805682afe5e2a (diff)
downloadgitlab-ce-e7de234d6f27781938858bee0ccd01ab1fbd082f.tar.gz
Use throttle when window is resized
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/jobs/_sidebar.html.haml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/projects/jobs/_sidebar.html.haml b/app/views/projects/jobs/_sidebar.html.haml
index 3e83142377b..f700b5c9455 100644
--- a/app/views/projects/jobs/_sidebar.html.haml
+++ b/app/views/projects/jobs/_sidebar.html.haml
@@ -130,6 +130,3 @@
= build.id
- if build.retried?
%i.fa.fa-refresh.has-tooltip{ data: { container: 'body', placement: 'bottom' }, title: 'Job was retried' }
-
-:javascript
- new Sidebar();