public
Description: Simple Ruby 1.8/1.9 code comparison app
Homepage: http://codefluency.com
Clone URL: git://github.com/bruce/compare-1-9.git
Search Repo:
bruce (author)
Tue Jan 15 17:11:56 -0800 2008
commit  d2b27538bf025feccf4840cb7fd636c20aadd28d
tree    fc4e521d58082653c5d68202ffea53ecb10513c2
parent  27faf30f8bccf541432a49aa5950ec9bdb02982c
compare-1-9 / app / views / comparisons / index.html.erb
100644 5 lines (3 sloc) 0.166 kb
1
2
3
4
5
<h2>Comparisons</h2>
 
<ul class='actions'><li><%= link_to "Add Comparison", new_comparison_path, :class => 'add' %></li></ul>
 
<%= render :partial => 'comparisons' %>