Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE: Allow viewing of raw emails for reviewable queued posts #7910

Merged
merged 2 commits into from Jul 19, 2019

Conversation

eviltrout
Copy link
Contributor

If a post arrives via email but must be reviewed, we now show an
icon that can be clicked to view the raw contents of the email.

This is useful if Discourse's email parser is acting odd and the user
reviewing the post wants to know what the original contents were before
approving/rejecting the post.

If a post arrives via email but must be reviewed, we now show an
icon that can be clicked to view the raw contents of the email.

This is useful if Discourse's email parser is acting odd and the user
reviewing the post wants to know what the original contents were before
approving/rejecting the post.
@discoursebot
Copy link

You've signed the CLA, eviltrout. Thank you! This pull request is ready for review.

@@ -364,6 +364,10 @@
}

.reviewable-item {
.show-raw-email {
color: $primary-medium;
font-size: 0.8em;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be using $font-size helper

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed, thanks.

@eviltrout eviltrout merged commit e47e0af into master Jul 19, 2019
@jomaxro jomaxro deleted the queued-post-email branch October 2, 2019 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants