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 2020/06/26 13:15:40 UTC

[whimsy] branch master updated: Tidier display

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 6948612  Tidier display
6948612 is described below

commit 69486129f5c86ef64061f062a4b77224865039e9
Author: Sebb <se...@apache.org>
AuthorDate: Fri Jun 26 14:15:31 2020 +0100

    Tidier display
---
 www/officers/coi.cgi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/officers/coi.cgi b/www/officers/coi.cgi
index 75c4fbd..d5965a1 100755
--- a/www/officers/coi.cgi
+++ b/www/officers/coi.cgi
@@ -125,9 +125,9 @@ _html do
         if USER_IS_REQUIRED_BUT_NOT_AFFIRMED
           _whimsy_panel(PANEL_MESSAGE, style: 'panel-success') do
             affirmed = get_affirmed_template(USERNAME,  current_timestamp)
-            affirmed.each_line do |line|
-              _p line
-            end
+
+            _pre affirmed
+
             _form.form_horizontal method: 'post' do
               _div.form_group do
                 _div.col_sm_offset_1.col_sm_10 do