Add rel="external" to link to CLA
Change-Id: Ifed5ebe9a1de54035ea31d53c960aab119906410
(cherry picked from commit 38d4bc5f29
)
This commit is contained in:

committed by
Paladox none

parent
8137ee26dc
commit
8dac226947
@@ -44,7 +44,9 @@ limitations under the License.
|
|||||||
<template is="dom-repeat" items="[[_agreements]]">
|
<template is="dom-repeat" items="[[_agreements]]">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="nameColumn">
|
<td class="nameColumn">
|
||||||
<a href$="[[getUrlBase(item.url)]]">[[item.name]]</a>
|
<a href$="[[getUrlBase(item.url)]]" rel="external">
|
||||||
|
[[item.name]]
|
||||||
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="descriptionColumn">[[item.description]]</td>
|
<td class="descriptionColumn">[[item.description]]</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Reference in New Issue
Block a user