just trying

This commit is contained in:
Connor Turland 2012-10-26 06:17:55 -04:00
parent 2812157a84
commit 81851df633
3 changed files with 0 additions and 40 deletions

View file

@ -1,11 +0,0 @@
<div class="everything" id="cards">
<% @all.each do |object| %>
<%= render object %>
<% end %>
<% if @all.empty? %>
<p><br>You haven't added any topics yet.<p>
<% end %>
</div>
<div class="clearfloat"></div>
<%= render :partial => 'items/new' %>

View file

@ -1,18 +0,0 @@
<div class="synapses" id="container">
<div id="center-container">
<div id="infovis"></div>
</div>
<div id="showcard">
</div>
</div>
<div class="clearfloat"></div>
<script>
json = <%= @synapsesjson %>;
$(document).ready(function() {
initFD();
});
</script>
<%= render :partial => 'items/new' %>
<%= render :partial => 'synapses/new' %>

View file

@ -1,11 +0,0 @@
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
# This model initially had no columns defined. If you add columns to the
# model remove the '{}' from the fixture names and add the columns immediately
# below each fixture, per the syntax in the comments below
#
one: {}
# column: value
#
two: {}
# column: value