You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2021/08/20 16:58:27 UTC

[whimsy] branch master updated: Show submitter details

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

sebb 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 b70cdfb  Show submitter details
b70cdfb is described below

commit b70cdfb18cf7f7740799fd05815ca12396d213be
Author: Sebb <se...@apache.org>
AuthorDate: Fri Aug 20 17:58:21 2021 +0100

    Show submitter details
---
 www/secretary/workbench/views/forms/icla.js.rb | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/www/secretary/workbench/views/forms/icla.js.rb b/www/secretary/workbench/views/forms/icla.js.rb
index 89d07af..2fd7688 100644
--- a/www/secretary/workbench/views/forms/icla.js.rb
+++ b/www/secretary/workbench/views/forms/icla.js.rb
@@ -28,6 +28,15 @@ class ICLA < Vue
 
       _table.form do
         _tr do
+          _th 'Submitter'
+          _td do
+            _ @@headers.name
+            _ ' ('
+            _ @@headers.from
+            _ ')'
+          end
+        end
+        _tr do
           _th 'Real Name'
           _td do
             _input name: 'realname', value: @realname, required: true,