lib/gitdocs/views/home.haml in gitdocs-0.5.0.pre6 vs lib/gitdocs/views/home.haml in gitdocs-0.5.0.pre7
- old
+ new
@@ -1,10 +1,10 @@
-- @title = "Pick a Share"
+- @title = 'Pick a Share'
%p Select a share to browse:
-%table
- - conf.shares.each_with_index do |share, idx|
+%table#shares
+ - shares.each_with_index do |share, idx|
%tr
%td
- %a{ :href => "/#{idx}" }
+ %a{ href: "/#{idx}" }
= share.path