summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/graph.html.haml8
1 files changed, 3 insertions, 5 deletions
diff --git a/app/views/projects/graph.html.haml b/app/views/projects/graph.html.haml
index 9dc973d7a46..7f001c6333e 100644
--- a/app/views/projects/graph.html.haml
+++ b/app/views/projects/graph.html.haml
@@ -1,8 +1,6 @@
-.top-tabs
- = link_to graph_project_path(@project), :class => "tab #{'active' if current_page?(graph_project_path(@project)) }" do
- %span
- Network Graph
-#holder.graph
+%h3 Network Graph
+%hr
+#holder.graph.well
:javascript
var chunk1={commits:#{@commits_json}};