[Bps-public-commit] App-Changeloggr branch, master, updated. 80fccdc7ac2b67317370d5dc1507dfa5e3c8904d

sartak at bestpractical.com sartak at bestpractical.com
Thu Jul 30 16:50:06 EDT 2009


The branch, master has been updated
       via  80fccdc7ac2b67317370d5dc1507dfa5e3c8904d (commit)
      from  170c401bc914e72f42a067ed5f5255aa3faaee38 (commit)

Summary of changes:
 lib/App/Changeloggr/View.pm |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 80fccdc7ac2b67317370d5dc1507dfa5e3c8904d
Author: Shawn M Moore <sartak at gmail.com>
Date:   Thu Jul 30 16:50:01 2009 -0400

    Link to our github

diff --git a/lib/App/Changeloggr/View.pm b/lib/App/Changeloggr/View.pm
index 10ad08e..b8c7002 100644
--- a/lib/App/Changeloggr/View.pm
+++ b/lib/App/Changeloggr/View.pm
@@ -36,6 +36,16 @@ template '/' => page {
             li { changelog_summary($changelog) }
         }
     };
+
+    p {
+        outs "Fork us on ";
+        hyperlink(
+            label => "github",
+            path  => "http://github.com/bestpractical/App-Changeloggr/tree/master",
+        );
+        outs "!";
+    };
+
     h2 { "Recent news" };
     render_region(
         name => 'news',

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list