Skip to content

Commit

Permalink
Fixing a trailing s on the overview page
Browse files Browse the repository at this point in the history
  • Loading branch information
bassrock committed Mar 2, 2014
1 parent dfc2770 commit 2475c3b
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 2475c3b

Please # to comment.