module LogsViewer class DisplayHelper def self.get_nested_logs(list) html = "" html end end end