2012-10-19 00:06:16 -04:00
|
|
|
<% unless @item.nil? %>
|
2012-10-21 14:32:17 -04:00
|
|
|
<div class="home" id="container">
|
2012-10-19 00:06:16 -04:00
|
|
|
<div id="center-container">
|
|
|
|
<div id="infovis"></div>
|
|
|
|
</div>
|
|
|
|
<div id="showcard">
|
|
|
|
</div>
|
2012-09-22 22:39:12 -04:00
|
|
|
</div>
|
|
|
|
<div class="clearfloat"></div>
|
2012-10-19 00:06:16 -04:00
|
|
|
<script>
|
|
|
|
json = <%= @alljson %>;
|
|
|
|
$(document).ready(function() {
|
2012-10-21 15:57:48 -04:00
|
|
|
initFD();
|
2012-10-19 00:06:16 -04:00
|
|
|
});
|
|
|
|
</script>
|
|
|
|
<% end %>
|
|
|
|
<% if @item.nil? %>
|
|
|
|
<p><br>Shucks, there is nothing in metamaps.<p>
|
|
|
|
<% end %>
|
2012-10-21 13:19:59 -04:00
|
|
|
|
2012-10-26 06:04:52 -04:00
|
|
|
<% if authenticated? %>
|
|
|
|
<%= render :partial => 'items/new' %>
|
|
|
|
<%= render :partial => 'synapses/new' %>
|
|
|
|
<% end %>
|
2012-10-24 02:47:08 -04:00
|
|
|
|