21 lines
No EOL
426 B
Text
21 lines
No EOL
426 B
Text
<div class="relatives" id="container">
|
|
<div id="center-container">
|
|
<div id="infovis"></div>
|
|
</div>
|
|
<div id="showcard">
|
|
</div>
|
|
</div>
|
|
<div class="clearfloat"></div>
|
|
|
|
<script>
|
|
json = <%= @synapsejson %>;
|
|
console.log(json);
|
|
$(document).ready(function() {
|
|
initialize("chaotic");
|
|
});
|
|
</script>
|
|
|
|
<% if authenticated? %>
|
|
<%= render :partial => 'items/new' %>
|
|
<%= render :partial => 'synapses/new' %>
|
|
<% end %> |