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:
		| @@ -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%} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Christian Berendt
					Christian Berendt