Bootstrap: network graph
This commit is contained in:
parent
c7933d7a78
commit
089dca4d6c
|
@ -143,3 +143,11 @@ a.project-update.titled {
|
|||
top:0;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* Project graph
|
||||
*/
|
||||
#holder {
|
||||
cursor: move;
|
||||
height: 70%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
|
@ -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}};
|
||||
|
|
Loading…
Reference in a new issue