Add a / between repo and branch for clear separation
https://imgur.com/v32OXPp Change-Id: Ia6117ab8a6784f0d12e7755234ecdef5f4af9ea0
This commit is contained in:
@@ -210,9 +210,10 @@ limitations under the License.
|
|||||||
<template is="dom-if"
|
<template is="dom-if"
|
||||||
if="[[_computeShowRepoBranchTogether(change.project, change.branch)]]">
|
if="[[_computeShowRepoBranchTogether(change.project, change.branch)]]">
|
||||||
<section>
|
<section>
|
||||||
<span class="title">Repo Branch</span>
|
<span class="title">Repo / Branch</span>
|
||||||
<span class="value">
|
<span class="value">
|
||||||
<a href$="[[_computeProjectUrl(change.project)]]">[[change.project]]</a>
|
<a href$="[[_computeProjectUrl(change.project)]]">[[change.project]]</a>
|
||||||
|
/
|
||||||
<a href$="[[_computeBranchUrl(change.project, change.branch)]]">[[change.branch]]</a>
|
<a href$="[[_computeBranchUrl(change.project, change.branch)]]">[[change.branch]]</a>
|
||||||
</span>
|
</span>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user