lib/gitdocs/views/home.haml in gitdocs-0.3.6 vs lib/gitdocs/views/home.haml in gitdocs-0.4.0

- old
+ new

@@ -1,6 +1,10 @@ +- @title = "Pick a Share" + +%p Select a share to browse: + %table - - gds.each_with_index do |gd, idx| + - conf.shares.each_with_index do |share, idx| %tr %td %a{ :href => "/#{idx}" } - =gd.root + = share.path