[Bps-public-commit] smokingit branch, master, updated. be1b208dc46ba93e960b35658cc21bb3437773ae

Shawn Moore sartak at bestpractical.com
Thu May 12 15:18:58 EDT 2011


The branch, master has been updated
       via  be1b208dc46ba93e960b35658cc21bb3437773ae (commit)
      from  5bf79b0466b1bbc1396211b90e990bfeb84a5ed6 (commit)

Summary of changes:
 lib/Smokingit/View/Project.pm |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit be1b208dc46ba93e960b35658cc21bb3437773ae
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Thu May 12 15:18:01 2011 -0400

    Link to cooking.txt from each project page
    
        Having to look at the smokingit code to find the url gets old fast :)

diff --git a/lib/Smokingit/View/Project.pm b/lib/Smokingit/View/Project.pm
index 7b1d4a5..39972dd 100644
--- a/lib/Smokingit/View/Project.pm
+++ b/lib/Smokingit/View/Project.pm
@@ -37,6 +37,19 @@ template '/project' => page {
             );
         };
 
+        div {
+            id is "feeds";
+            h2 { "Feeds" };
+            ul {
+                li {
+                    hyperlink(
+                        label => "What's Cooking",
+                        url   => "cooking.txt",
+                    );
+                };
+            };
+        };
+
         my $tests = Smokingit::Model::SmokeResultCollection->new;
         $tests->limit(
             column => "gearman_process",

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



More information about the Bps-public-commit mailing list