Explorar el Código

Exclude more trash data

main
Adrian Short hace 5 años
padre
commit
d1e0cfb07e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      lib/helpers.rb

+ 1
- 0
lib/helpers.rb Ver fichero

@@ -7,6 +7,7 @@ def cleanup(s)
return if s.nil?
s.sub!('Unknown', '')
s.sub!('Not Available', '')
s.sub!('Not Applicable', '')
# s = "<span class=grant>#{s}</span>" if s.match(/approve/i)
# s = "<span class=refuse>#{s}</span>" if s.match(/refuse/i)
s


Cargando…
Cancelar
Guardar