Skip to content

Commit

Permalink
Merge pull request #56 from DABSquared/fix/adminPage
Browse files Browse the repository at this point in the history
Fixing a trailing s on the overview page
  • Loading branch information
schmittjoh committed Mar 2, 2014
2 parents dfc2770 + 2475c3b commit 0c9e2a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/views/Job/macros.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
{%- endmacro %}

{% macro queue(job) -%}
<span>{{ job.queue }} s</span>
{%- endmacro %}
<span>{{ job.queue }}</span>
{%- endmacro %}

0 comments on commit 0c9e2a2

Please # to comment.