I need Text and value in same line in certificate.pug file as a ternary operator
I tried
td.border-top-1.border-bottom-0(class="wrapword" colspan='15') b i= (10 == '10' ? +'Text Welds'+ thicknessRQValueMin - buttThicknessRQValueMax; +'Fillet Welds'+ filletThicknessRQValueMin - filletThicknessRQValueMax : +'Butt Welds'+ buttThicknessRQValueMin - buttThicknessRQValueMax)
I expect the coorect line