This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  ee49260   add chairman as a forward destination
ee49260 is described below

commit ee49260f16e83c69d5e497c07e892725a46623d8
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Fri Oct 14 15:05:19 2016 -0400

    add chairman as a forward destination
---
 www/secmail/views/forms/forward.js.rb | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/www/secmail/views/forms/forward.js.rb 
b/www/secmail/views/forms/forward.js.rb
index 53a2dc1..f4a4e12 100644
--- a/www/secmail/views/forms/forward.js.rb
+++ b/www/secmail/views/forms/forward.js.rb
@@ -18,6 +18,12 @@ class Forward < React
 
       _label do
         _input type: 'radio', name: 'destination',
+          onClick: self.forward, value: 'chair...@apache.org'
+        _span 'chairman'
+      end
+
+      _label do
+        _input type: 'radio', name: 'destination',
           onClick: self.forward, value: 'legal-inter...@apache.org'
         _span 'legal-internal'
       end

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <commits@whimsical.apache.org>'].

Reply via email to