From b0a9d7140f91d72eb88fd553b2ee6bfb623e8999 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Thu, 15 Feb 2018 13:50:01 -0600 Subject: [PATCH] add view/subscribe title tags --- src/FilterLists.Web/ClientApp/components/Home.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/FilterLists.Web/ClientApp/components/Home.tsx b/src/FilterLists.Web/ClientApp/components/Home.tsx index 38f367313..83720c80b 100644 --- a/src/FilterLists.Web/ClientApp/components/Home.tsx +++ b/src/FilterLists.Web/ClientApp/components/Home.tsx @@ -44,14 +44,14 @@ export class Home extends React.Component, IFilterListsS { Header: "View", accessor: "viewUrl", - Cell: (d: any) => View, + Cell: (d: any) => View, style: { textAlign: "center" } }, { Header: "Subscribe", accessor: "viewUrl", Cell: (d: any) => Subscribe, + }&title=${encodeURIComponent(d.row.name)}`} title={"Subscribe to list with browser extension supporting \"abp:\" protool (e.g. uBlock Origin, AdBlock Plus)."}>Subscribe, style: { textAlign: "center" } } ]}