Bootstrap: network graph

This commit is contained in:
Dmitriy Zaporozhets 2012-01-28 12:02:03 +02:00
parent c7933d7a78
commit 089dca4d6c
2 changed files with 11 additions and 5 deletions

View file

@ -143,3 +143,11 @@ a.project-update.titled {
top:0;
}
}
/**
* Project graph
*/
#holder {
cursor: move;
height: 70%;
overflow: hidden;
}

View file

@ -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}};