From 17469410b6ac41ca1c251ec2e9dfc44f90920b89 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Mon, 29 Mar 2010 17:49:48 -0700 Subject: [PATCH] link to the specific file on github. --- doc-src/layouts/reference.haml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc-src/layouts/reference.haml b/doc-src/layouts/reference.haml index caf2389d73..cbaf1f562e 100644 --- a/doc-src/layouts/reference.haml +++ b/doc-src/layouts/reference.haml @@ -6,6 +6,12 @@ This file can be imported using: %code @import #{departialize(item[:stylesheet])} +%p + - gh_url = "http://github.com/chriseppstein/compass/blob/master/frameworks/" + - gh_url << "#{item[:framework]}/stylesheets/#{item[:stylesheet]}" + View the + %a{:href => gh_url} Source for this module on Github. + = yield = render "partials/reference/examples"