Skip to content

Commit

Permalink
remove duplicate dep graph markup
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Aug 28, 2014
1 parent 559076b commit 121b589
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions root/inc/dependencies.html
Expand Up @@ -26,12 +26,11 @@
<i class="fa fa-share black"></i>Reverse dependencies</a>
</li>
<%- IF deps.size %>
<%- INCLUDE inc/dependencies-graph.html %>
<li>
<button class="btn btn-link dependencies-graph" data-toggle="modal" data-target="#dependencies-graph" href="#">
<i class="fa fa-asterisk black"></i>Dependency graph</button>
</li>
<%- END %>
</ul>

<%- INCLUDE inc/dependencies-graph.html %>
<%- IF deps.size; INCLUDE inc/dependencies-graph.html; END %>

0 comments on commit 121b589

Please sign in to comment.