From: Dessalines Date: Sat, 20 Apr 2019 19:04:17 +0000 (-0700) Subject: Links from posts open in new tab. X-Git-Url: http://these/git/ui/assets/static/gitweb.css?a=commitdiff_plain;h=be08352cfdef1d1e9a3f2de8fa28aad8767aeeec;p=lemmy.git Links from posts open in new tab. - Fixes #88 --- diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index 7103a8cf..8803d629 100644 --- a/ui/src/components/post-listing.tsx +++ b/ui/src/components/post-listing.tsx @@ -65,7 +65,7 @@ export class PostListing extends Component {
{post.url ?
-
{post.name} +
{post.name} {post.removed && removed }