Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/graph.html.haml')
-rw-r--r--app/views/projects/graph.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/projects/graph.html.haml b/app/views/projects/graph.html.haml
index 394a11fdc47..799b4e4e369 100644
--- a/app/views/projects/graph.html.haml
+++ b/app/views/projects/graph.html.haml
@@ -1,7 +1,6 @@
%h3 Network Graph
%br
-#holder.graph.well
-
+#holder.graph
:javascript
var chunk1={commits:#{@commits_json}};
var days=#{@days_json};