just trying
This commit is contained in:
parent
2812157a84
commit
81851df633
3 changed files with 0 additions and 40 deletions
|
@ -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' %>
|
|
|
@ -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' %>
|
|
11
test/fixtures/maps.yml
vendored
11
test/fixtures/maps.yml
vendored
|
@ -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
|
|
Loading…
Reference in a new issue