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 2022/02/20 01:33:49 UTC

[whimsy] branch document-reject-2 updated: Remove spurious end tags

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

sebb pushed a commit to branch document-reject-2
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/document-reject-2 by this push:
     new e23b4f9  Remove spurious end tags
e23b4f9 is described below

commit e23b4f99a8e5c79db55d2340061323c75b56a4b8
Author: Sebb <se...@apache.org>
AuthorDate: Sun Feb 20 01:33:39 2022 +0000

    Remove spurious end tags
---
 www/secretary/workbench/views/parts.js.rb | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/www/secretary/workbench/views/parts.js.rb b/www/secretary/workbench/views/parts.js.rb
index 8540d7a..7ea6438 100644
--- a/www/secretary/workbench/views/parts.js.rb
+++ b/www/secretary/workbench/views/parts.js.rb
@@ -239,7 +239,6 @@ class Parts < Vue
                   _span ' missing email address'
                 end
               end
-            end
               _li do
                 _label do
                   _input type: 'checkbox', checked: @corporate_postal,
@@ -247,7 +246,6 @@ class Parts < Vue
                   _span ' corporate postal address'
                 end
               end
-            end
               _li do
                 _label do
                   _input type: 'checkbox', checked: @invalid_public,
@@ -255,7 +253,6 @@ class Parts < Vue
                   _span ' invalid public name'
                 end
               end
-            end
               _li do
                 _label do
                   _input type: 'checkbox', checked: @separate_signature,
@@ -263,7 +260,6 @@ class Parts < Vue
                   _span ' separate document and signature'
                 end
               end
-            end
               _li do
                 _label do
                   _input type: 'checkbox', checked: @unauthorized_signature,
@@ -271,7 +267,6 @@ class Parts < Vue
                   _span ' unauthorized signature'
                 end
               end
-            end
               _li do
                 _label do
                   _input type: 'checkbox', checked: @empty_form,
@@ -279,7 +274,6 @@ class Parts < Vue
                   _span ' empty form'
                 end
               end
-            end
               _li do
                 _label do
                   _input type: 'checkbox', checked: @unreadable_scan,
@@ -287,7 +281,6 @@ class Parts < Vue
                   _span ' unreadable or partial scan'
                 end
               end
-            end
               _li do
                 _label do
                   _input type: 'checkbox', checked: @wrong_identity,
@@ -295,7 +288,6 @@ class Parts < Vue
                   _span ' key data does not match email'
                 end
               end
-            end
               _li do
                 _label do
                   _input type: 'checkbox', checked: @validation_failed,