mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
try fixing view/subscribe URLs
This commit is contained in:
parent
84f5c1dad4
commit
9262445cb8
1 changed files with 2 additions and 2 deletions
|
|
@ -44,8 +44,8 @@ export class Home extends React.Component<RouteComponentProps<{}>, IFilterListsS
|
|||
<tr key={filterList.id}>
|
||||
<td>{filterList.name}</td>
|
||||
<td>{filterList.description}</td>
|
||||
<td><a href="{filterList.viewUrl}">View</a></td>
|
||||
<td><a href="abp:subscribe?location={filterList.viewUrl}">Subscribe</a></td>
|
||||
<td><a href={filterList.viewUrl}>View</a></td>
|
||||
<td><a href={"abp:subscribe?location=" + filterList.viewUrl}>Subscribe</a></td>
|
||||
</tr>
|
||||
)}
|
||||
</tbody>
|
||||
|
|
|
|||
Loading…
Reference in a new issue