Merge "Remove the branch name in the core listing"

This commit is contained in:
Jenkins
2014-07-15 11:50:31 +00:00
committed by Gerrit Code Review

View File

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