don't think I've added anything new
This commit is contained in:
parent
42a9edb407
commit
7b50aa9131
1 changed files with 0 additions and 25 deletions
|
@ -1,25 +0,0 @@
|
|||
<% unless @item.nil? %>
|
||||
<div class="home" id="container">
|
||||
<div id="center-container">
|
||||
<div id="infovis"></div>
|
||||
</div>
|
||||
<div id="showcard">
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearfloat"></div>
|
||||
<script>
|
||||
json = <%= @alljson %>;
|
||||
$(document).ready(function() {
|
||||
initFD();
|
||||
});
|
||||
</script>
|
||||
<% end %>
|
||||
<% if @item.nil? %>
|
||||
<p><br>Shucks, there is nothing in metamaps.<p>
|
||||
<% end %>
|
||||
|
||||
<% if authenticated? %>
|
||||
<%= render :partial => 'items/new' %>
|
||||
<%= render :partial => 'synapses/new' %>
|
||||
<% end %>
|
||||
|
Loading…
Reference in a new issue