From 59391b23694ed6ade2db9b8b5c7d2aea7b25a1bb Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 29 Feb 2020 22:16:52 -0500 Subject: Moving view source. --- ui/src/components/post-listing.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'ui') 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 && (