_graph.html.haml revision 7dd52825d07f8fd43b672e4800d84aafceba30d1
%h4 Graphical Visualization of Logic-Mappings
Depth of
.btn-group
%a.btn.dropdown-toggle(data-toggle="dropdown" href="#")
= @depth
%span.caret
%ul.dropdown-menu
%li
- (1..9).each do |i|
= link_to i, resource_path(resource, :depth => i)
from
= fancy_link resource
%div.row
%div.span12
%div.row
%div.span6
%div#d3_graph
%div.span3
%div#d3_context