Skip to content

Commit

Permalink
links
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfanizza authored and jamesyu committed Feb 1, 2011
1 parent 4ad22dd commit 61072af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/home/index.html.erb
@@ -1,10 +1,12 @@
<h1><a href="#">CloudEdit</a></h1> <h1><a href="#">CloudEdit</a></h1>
<h2>A Backbone.js Rails Example by James Yu</h2> <h2>A Backbone.js Rails Example by <a href="http://www.jamesyu.org/">James Yu</a>. <a href="http://www.jamesyu.org/2011/01/27/a-backbone-js-tutorial-by-example/">Read the tutorial here</a>.</h2>


<div id="notice"></div> <div id="notice"></div>


<div id="app"></div> <div id="app"></div>


<p>Note: Only the last 50 documents are shown.</p>

<script type="text/javascript"> <script type="text/javascript">
$(function() { $(function() {
App.init(); App.init();
Expand Down

0 comments on commit 61072af

Please sign in to comment.