Remove the branch name in the core listing

Instead of "Core in: devstack (master) reviewstats (master)" only
print "Core in: devstack reviewstats"

Change-Id: I6ec1a0069a4f1de831ad4efb6b0f36d2ecfb8479
This commit is contained in:
Christian Berendt
2014-07-13 11:47:12 +02:00
parent 70a8ca71df
commit 56c27a6a11

View File

@@ -35,7 +35,10 @@
{%if core != '' %}
<div>Core in:
{%each( index, value ) core %}
${value[0]} (<small>${value[1]}</small>)
${value[0]}
{%if value[1] != 'master' %}
(<small>${value[1]}</small>)
{%/if%}
{%/each%}
</div>
{%/if%}