This is an automated email from the ASF dual-hosted git repository.
curcuru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 4f99c55 Fix label spacing
4f99c55 is described below
commit 4f99c55243a988e8ae5a6db06be25023d483b38d
Author: Shane Curcuru <[email protected]>
AuthorDate: Fri Mar 23 16:38:50 2018 -0400
Fix label spacing
---
www/committers/subscribe.cgi | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/www/committers/subscribe.cgi b/www/committers/subscribe.cgi
index 8e71af6..2c8c28d 100755
--- a/www/committers/subscribe.cgi
+++ b/www/committers/subscribe.cgi
@@ -95,7 +95,8 @@ _html do
_fieldset do
_legend 'Subscribe To A List'
- _label 'Select a mailing list name first, then select the email
address to subscribe there.'
+ _label 'Select a mailing list name first, then select the email
address to subscribe to that list.'
+ _br
_label 'List name:'
_select name: 'list', data_live_search: 'true' do
_optgroup label: 'Foundation lists' do
@@ -138,6 +139,7 @@ _html do
_legend 'Unsubscribe From A List'
_label 'Select the mailing list first, then select the email address
to unsubscribe.'
+ _br
_label 'List name:'
# collect subscriptions
response = {}
--
To stop receiving notification emails like this one, please contact
[email protected].