From: Dessalines Date: Sun, 1 Mar 2020 03:16:52 +0000 (-0500) Subject: Moving view source. X-Git-Url: http://these/git/?a=commitdiff_plain;h=59391b23694ed6ade2db9b8b5c7d2aea7b25a1bb;p=lemmy.git Moving view source. --- diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index d57aa663..519c7f74 100644 --- a/ui/src/components/post-listing.tsx +++ b/ui/src/components/post-listing.tsx @@ -525,6 +525,16 @@ export class PostListing extends Component { ) : ( <> + {this.props.showBody && post.body && ( +
  • + + {i18n.t('view_source')} + +
  • + )} {this.canModOnSelf && ( <>
  • @@ -747,16 +757,6 @@ export class PostListing extends Component { )} )} - {this.props.showBody && post.body && ( -
  • - - {i18n.t('view_source')} - -
  • - )} {this.state.showRemoveDialog && (