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 4386f42  Mino not expected to be present any more
4386f42 is described below

commit 4386f42cc782b5be4eeee32043062872ddd80518
Author: Sebb <[email protected]>
AuthorDate: Thu Feb 3 14:12:12 2022 +0000

    Mino not expected to be present any more
---
 www/members/archivers.cgi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/members/archivers.cgi b/www/members/archivers.cgi
index 55adc50..bab7269 100755
--- a/www/members/archivers.cgi
+++ b/www/members/archivers.cgi
@@ -139,10 +139,10 @@ _html do
         mino = findarcs(arcs, :MINO, arcleft)
         if ! mino[0].empty?
           options[:mino] = {class: 'info'} unless mino[0] == 'alias'
+          options[:mino] = {class: 'warning'}
         else
           next if show_mino
-          mino = 'Missing'
-          options[:mino] = {class: 'warning'}
+          mino = '-'
         end
 
         mbox = findarcs(arcs, :MBOX, arcleft)

Reply via email to