Add a / between repo and branch for clear separation

https://imgur.com/v32OXPp

Change-Id: Ia6117ab8a6784f0d12e7755234ecdef5f4af9ea0
This commit is contained in:
Tao Zhou
2020-03-05 17:44:55 +01:00
parent 6115de8c66
commit a31b10c5d4

View File

@@ -210,9 +210,10 @@ limitations under the License.
<template is="dom-if"
if="[[_computeShowRepoBranchTogether(change.project, change.branch)]]">
<section>
<span class="title">Repo Branch</span>
<span class="title">Repo / Branch</span>
<span class="value">
<a href$="[[_computeProjectUrl(change.project)]]">[[change.project]]</a>
/
<a href$="[[_computeBranchUrl(change.project, change.branch)]]">[[change.branch]]</a>
</span>
</section>