summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-28 12:02:03 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-28 12:02:03 +0200
commit089dca4d6c88d06b0dca4307f2e64b186534a2c5 (patch)
tree93546efe010c909ce9104f0dbb07239ed4f47a8e /app/views/projects
parentc7933d7a78433f026bd4344667f6d4b270bfef15 (diff)
downloadgitlab-ce-089dca4d6c88d06b0dca4307f2e64b186534a2c5.tar.gz
Bootstrap: network graph
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}};