diff --git a/modules/openstack_project/templates/zuul/status.js.erb b/modules/openstack_project/templates/zuul/status.js.erb index b811f963ac..9067b2911f 100644 --- a/modules/openstack_project/templates/zuul/status.js.erb +++ b/modules/openstack_project/templates/zuul/status.js.erb @@ -332,13 +332,7 @@ function format_change(change, change_queue) { result_class += " result_unstable"; } html += ''; - if (job['url'] !== null) { - html += ''; - } html += job['name']; - if (job['url'] !== null) { - html += ''; - } html += ': '; if (job['result'] === null && job['url'] !== null) { html += format_progress(job['elapsed_time'], job['remaining_time']);