Merge "Remove the branch name in the core listing"
This commit is contained in:
@@ -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%}
|
||||||
|
|||||||
Reference in New Issue
Block a user