We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9206718 commit 7bb8d4aCopy full SHA for 7bb8d4a
app/views/manage/configs/index.html.haml
@@ -28,7 +28,7 @@
28
%span.badge.badge-secondary Not set
29
- else
30
%pre.mb-0= cleaned_value
31
- - elsif value == ''
+ - elsif value.nil? || value == ''
32
%p.mb-0
33
34
0 commit comments