Sha256: b5ce8a74368518a183faa2b61368c2fd0c63153288c354c47924c9d19e43dfd5

Contents?: true

Size: 186 Bytes

Versions: 24

Compression:

Stored size: 186 Bytes

Contents

- @title = "Pick a Share"

%p Select a share to browse:

%table
  - conf.shares.each_with_index do |share, idx|
    %tr
      %td
        %a{ :href => "/#{idx}" }
          = share.path

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
gitdocs-0.4.3 lib/gitdocs/views/home.haml
gitdocs-0.4.2 lib/gitdocs/views/home.haml
gitdocs-0.4.1 lib/gitdocs/views/home.haml
gitdocs-0.4.0 lib/gitdocs/views/home.haml