You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cl...@apache.org on 2018/01/30 03:44:21 UTC

[whimsy] branch master updated: reduce line count

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

clr 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 3d32ada  reduce line count
3d32ada is described below

commit 3d32adac78a5b399a452db5f36f68c254e95f73a
Author: Craig L Russell <cr...@oracle.com>
AuthorDate: Mon Jan 29 19:44:08 2018 -0800

    reduce line count
---
 www/project/icla/views/pages/invite.js.rb | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/www/project/icla/views/pages/invite.js.rb b/www/project/icla/views/pages/invite.js.rb
index ae71675..39e02bb 100644
--- a/www/project/icla/views/pages/invite.js.rb
+++ b/www/project/icla/views/pages/invite.js.rb
@@ -297,20 +297,16 @@ class Invite < Vue
 
           _div.modal_body do
             # headers
-            _div do
-              _b 'From: '
+            _div do _b 'From: '
               _span @member
             end
-            _div do
-              _b 'To: '
+            _div do _b 'To: '
               _span @pmcEmail
             end
-            _div do
-              _b 'Subject: '
+            _div do _b 'Subject: '
               _span @subject
             end
-            _div do
-              _b
+            _div do _b
               _pre @message
             end
           end

-- 
To stop receiving notification emails like this one, please contact
clr@apache.org.