Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
Make bottom links live
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Coles <alex@alexcolesportfolio.com>
  • Loading branch information
myabc committed Oct 22, 2010
1 parent 6823845 commit 6f6a65e
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions layouts/default.haml
Expand Up @@ -35,41 +35,41 @@ filter: haml
%br/
XHTML 1.1 & CSS 2.1

%div
%h2 Getting Help
%ul
%li
%a{:href => "/", :title => "A quickstart guide, with install instructions"}
Getting Started
%li
%a{:href => "/", :title => "The API docs for DM-Core"}
API Documentation
%li
%a{:href => "/", :title => "A series of tutorials on the wiki"}
Tutorials
%div
%h2 Getting Help
%ul
%li
%a{:href => "/getting-started/", :title => "A quickstart guide, with install instructions"}
Getting Started
%li
%a{:href => "http://rdoc.info/projects/datamapper/dm-core", :title => "The API docs for DM-Core"}
API Documentation
%li
%a{:href => "/", :title => "A series of tutorials on the wiki"}
Tutorials

%div
%h2 Source Code
%ul
%li
%a{:href => "http://github.com/sam/dm-core/tree/master", :title => "The Git repository for DM-Core."}
DM-Core
%li
%a{:href => "http://github.com/sam/dm-more/tree/master", :title => "The Git repository for DM-More."}
DM-More
%li
%a{:href => "http://github.com/sam/do/tree/master", :title => "The Git repository for DataObjects, a unified set of DB drivers used in DataMapper."}
DataObjects
%div
%h2 Source Code
%ul
%li
%a{:href => "http://github.com/datamapper/dm-core/tree/master", :title => "The Git repository for DM-Core."}
DM-Core
-#%li
%a{:href => "http://github.com/datamapper/dm-more/tree/master", :title => "The Git repository for DM-More."}
DM-More
%li
%a{:href => "http://github.com/datamapper/do/tree/master", :title => "The Git repository for DataObjects, a unified set of DB drivers used in DataMapper."}
DataObjects

%div
%h2 Community
%ul
%li
%a{:href => "/", :title => "Hosted on Google Groups and open to all subscribers."}
Official mailing list
%li
%a{:href => "irc://irc.freenode.net/#datamapper", :title => "If you have an IRC client installed, click the link and come have a chat with us."}
\#datamapper on Freenode
%div
%h2 Community
%ul
%li
%a{:href => "http://groups.google.com/group/datamapper", :title => "Hosted on Google Groups and open to all subscribers."}
Official mailing list
%li
%a{:href => "irc://irc.freenode.net/#datamapper", :title => "If you have an IRC client installed, click the link and come have a chat with us."}
\#datamapper on Freenode

%div
%h2 About the Project
Expand Down

0 comments on commit 6f6a65e

Please sign in to comment.