diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index d57aa6636..519c7f740 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 && (