-
Notifications
You must be signed in to change notification settings - Fork 2
Email content processing from Strapi #2212
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
Conversation
80b5c9e to
f307341
Compare
d6c3c9e to
7ba1076
Compare
e31aa91 to
6e710c8
Compare
b541887 to
ec6c910
Compare
620ade3 to
e778f2c
Compare
7ced67f to
537bddc
Compare
537bddc to
03c52cd
Compare
74c23a8 to
508f6d7
Compare
… issue with the removeOnMatch list with a single item
Resetting the rich_text_block_component_spec as its got messed up in rebase
…Strapi Created new query objects for each of the components As we refactored the factories I have aligned the email component factory with the new system, removing the need from the StrapiEmailMock
Also added in logic to not show section if the user has completed all the activties
e0ac089 to
4c9da0c
Compare
| end | ||
|
|
||
| class Link < RichTextBlockTextComponent | ||
| # Had to removed indentation in this erb as it was adding whitespace to page render |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this comment as you have already provided details of why no indentation at the top of the file
| erb_template <<~ERB | ||
| <table> | ||
| <% if @section_title %> | ||
| <tr><td><h2><%= @section_title %></h2></td></tr> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could these table tags be formatted with indentation like the courses section below to keep it tidy?
A-Wheeto
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Mike! Couple of comments on some formatting, but not essential.
|



Status
Review progress:
What's changed?
Steps to perform after deploying to production
If the production environment requires any extra work after this PR has been deployed detail it here. This could be running a Rake task, migrating a DB table, or upgrading a Gem. That kind of thing.