20 lines
395 B
Text
20 lines
395 B
Text
<% unless @item.nil? %>
|
|
<div class="home" id="home">
|
|
<div id="center-container">
|
|
<div id="infovis"></div>
|
|
</div>
|
|
<div id="showcard">
|
|
</div>
|
|
</div>
|
|
<div class="clearfloat"></div>
|
|
<script>
|
|
json = <%= @alljson %>;
|
|
console.log(json);
|
|
$(document).ready(function() {
|
|
init();
|
|
});
|
|
</script>
|
|
<% end %>
|
|
<% if @item.nil? %>
|
|
<p><br>Shucks, there is nothing in metamaps.<p>
|
|
<% end %>
|