lib/sidekiq/statistic/views/worker.erb in sidekiq-statistic-1.0.0 vs lib/sidekiq/statistic/views/worker.erb in sidekiq-statistic-1.1.0
- old
+ new
@@ -53,10 +53,10 @@
</div>
<div class="statistic__log">
<input type='text' name='' id='statistic__search' value='' placeholder='Search text in log file'/>
<% @worker_log.each do |line| %>
- <p class="statistic__i statistic__<%= line[:color] %>"><%= line[:text] %></p>
+ <p class="statistic__i"><%= line %></p>
<% end %>
</div>
</div>
</div>