Add rel="external" to link to CLA

Change-Id: Ifed5ebe9a1de54035ea31d53c960aab119906410
(cherry picked from commit 38d4bc5f29)
This commit is contained in:
Logan Hanks
2017-10-03 06:33:08 -07:00
committed by Paladox none
parent 8137ee26dc
commit 8dac226947

View File

@@ -44,7 +44,9 @@ limitations under the License.
<template is="dom-repeat" items="[[_agreements]]">
<tr>
<td class="nameColumn">
<a href$="[[getUrlBase(item.url)]]">[[item.name]]</a>
<a href$="[[getUrlBase(item.url)]]" rel="external">
[[item.name]]
</a>
</td>
<td class="descriptionColumn">[[item.description]]</td>
</tr>