[Bps-public-commit] App-Changeloggr branch, master, updated. 86f6673d76b4c78deb1e16688cfd049ecc02fea5

sartak at bestpractical.com sartak at bestpractical.com
Tue May 19 11:45:48 EDT 2009


The branch, master has been updated
       via  86f6673d76b4c78deb1e16688cfd049ecc02fea5 (commit)
      from  1a675fa1bc739a63661d74149f7997b2043bfabd (commit)

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

- Log -----------------------------------------------------------------
commit 86f6673d76b4c78deb1e16688cfd049ecc02fea5
Author: Shawn M Moore <sartak at gmail.com>
Date:   Tue May 19 11:45:33 2009 -0400

    Explicitly thank the user if they've voted on every change

diff --git a/lib/App/Changeloggr/View.pm b/lib/App/Changeloggr/View.pm
index bd0a083..1b94413 100644
--- a/lib/App/Changeloggr/View.pm
+++ b/lib/App/Changeloggr/View.pm
@@ -57,6 +57,7 @@ template '/vote-on-change' => sub {
     } else {
         my $has_changes = $changelog->changes->count;
         h2 { "No changes " . ($has_changes ? "left " : "") . " in this log" };
+        p { "Thank you for all your votes!" } if $has_changes;
     }
 };
 

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



More information about the Bps-public-commit mailing list