[Bps-public-commit] App-Changeloggr branch, master, updated. 61c6b970345083472ed7649639be9cef8e25a65f
sartak at bestpractical.com
sartak at bestpractical.com
Fri May 22 16:29:31 EDT 2009
The branch, master has been updated
via 61c6b970345083472ed7649639be9cef8e25a65f (commit)
from d7d8d7fbeeb833f4e168003d9c62f586946f66a2 (commit)
Summary of changes:
lib/App/Changeloggr/View.pm | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 61c6b970345083472ed7649639be9cef8e25a65f
Author: Shawn M Moore <sartak at gmail.com>
Date: Fri May 22 16:29:26 2009 -0400
Add a skip button
diff --git a/lib/App/Changeloggr/View.pm b/lib/App/Changeloggr/View.pm
index bc524b2..8787730 100644
--- a/lib/App/Changeloggr/View.pm
+++ b/lib/App/Changeloggr/View.pm
@@ -246,6 +246,13 @@ sub show_vote_form {
);
}
}
+ hr {};
+ $vote->button(
+ class => "vote",
+ label => 'Skip this change',
+ onclick => { submit => $vote, refresh_self => 1 },
+ arguments => { tag => '_skip' },
+ );
}
}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list