table.table.table-hover.table-responsive thead tr th width="20%" Data do Estorno th width="50%" Justificativa th width="10%" Status tr td = @liquidacao.try(:estorno_de_liquidacao).try(:data_do_estorno) td = @liquidacao.try(:estorno_de_liquidacao).try(:justificativa) td - if @liquidacao.estorno_de_liquidacao.status.eql?("confirmado") span.label.label-danger = @liquidacao.estorno_de_liquidacao.status.humanize.try(:upcase) - else span.label.label-info = @liquidacao.estorno_de_liquidacao.status.humanize.try(:upcase)