ejschmitt / delayed_job_web

Resque like web interface for delayed job
MIT License
478 stars 188 forks source link

Fix pending.erb view syntax errors (#96) #100

Closed metalelf0 closed 6 years ago

metalelf0 commented 6 years ago

This commit fixes syntax errors preventing the pending view from being displayed. Changing the -%> in the ERB view to %> seems to do the job.

Fixes: #96