2012-10-19 21:26:46 +00:00
|
|
|
<div class="relatives" id="container">
|
|
|
|
<div id="center-container">
|
|
|
|
<div id="infovis"></div>
|
|
|
|
</div>
|
|
|
|
<div id="showcard">
|
|
|
|
</div>
|
2012-10-10 00:23:45 +00:00
|
|
|
</div>
|
2012-10-19 21:26:46 +00:00
|
|
|
<div class="clearfloat"></div>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
json = <%= @synapsejson %>;
|
|
|
|
console.log(json);
|
|
|
|
$(document).ready(function() {
|
2012-10-23 01:48:49 +00:00
|
|
|
initFD();
|
2012-10-19 21:26:46 +00:00
|
|
|
});
|
2012-10-26 10:04:52 +00:00
|
|
|
</script>
|
|
|
|
|
|
|
|
<% if authenticated? %>
|
|
|
|
<%= render :partial => 'items/new' %>
|
|
|
|
<%= render :partial => 'synapses/new' %>
|
|
|
|
<% end %>
|