mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-09 01:10:39 +00:00
parent
cb307cf30a
commit
ff013ccfc2
@ -65,7 +65,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
|
|||||||
<div className="pt-1 ml-4">
|
<div className="pt-1 ml-4">
|
||||||
{post.url
|
{post.url
|
||||||
? <div className="mb-0">
|
? <div className="mb-0">
|
||||||
<h5 className="d-inline"><a className="text-white" href={post.url} title={post.url}>{post.name}</a>
|
<h5 className="d-inline"><a className="text-white" href={post.url} target="_blank" title={post.url}>{post.name}</a>
|
||||||
{post.removed &&
|
{post.removed &&
|
||||||
<small className="ml-2 text-muted font-italic">removed</small>
|
<small className="ml-2 text-muted font-italic">removed</small>
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user