nesquena/gitdocs

View on GitHub
lib/gitdocs/views/home.haml

Summary

Maintainability
Test Coverage
- @title = 'Pick a Share'

%p Select a share to browse:

%table#shares
  - Gitdocs::Share.all.each do |share|
    %tr
      %td
        %a{ href: "/#{share.id}" }
          = share.path