From 441a80e6acd4abe178523cd014ac7259387f1abf Mon Sep 17 00:00:00 2001 From: Thiago Dantas Date: Mon, 26 May 2014 11:57:57 +0100 Subject: [PATCH] remove erb trim instruction --- web/views/busy.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/views/busy.erb b/web/views/busy.erb index 52d7cd79..cf9c2e73 100644 --- a/web/views/busy.erb +++ b/web/views/busy.erb @@ -58,7 +58,7 @@ <%= t('Started') %> <% workers.each_with_index do |(process, thread, msg), index| %> - <% job = Sidekiq::Job.new(msg['payload']) -%> + <% job = Sidekiq::Job.new(msg['payload']) %> <%= process %> <%= thread %>