again try fixing Subscribe link

This commit is contained in:
Collin M. Barrett 2018-01-31 15:02:00 -06:00
parent a54c94c286
commit ecbb0215c4

View file

@ -45,7 +45,7 @@ export class Home extends React.Component<RouteComponentProps<{}>, IFilterListsS
<td>{filterList.name}</td>
<td>{filterList.description}</td>
<td><a href={filterList.viewUrl}>View</a></td>
<td><a href={`abp:subscribe?location=${encodeURI(filterList.viewUrl)}`}>Subscribe</a></td>
<td><a href={`abp:subscribe?location=${encodeURIComponent(filterList.viewUrl)}&amp;title=${encodeURIComponent(filterList.name)}`}>Subscribe</a></td>
</tr>
)}
</tbody>