lib/cans/views/index.haml in cans-0.1.1 vs lib/cans/views/index.haml in cans-0.1.2

- old
+ new

@@ -5,6 +5,10 @@ %body %h1 Top-Level Modules %ul - @modules.each do |m| %li - =link "/module/#{m.name}", m.name + =link "/module/#{m.name}", m.name + %h1 History + %ul + - @history.each do |f| + %li&= f \ No newline at end of file