markerb is dead and isn't compatible with rails 6 anymore. Removing it means adding separate templates for text and html, this sadly means some code duplication, but also luckily the templates aren't that complicated, so the duplication is also very minimal.
4 lines
222 B
Text
4 lines
222 B
Text
<%= comment_message(@notification.comment) %>
|
|
|
|
<%= t("notifier.comment_on_post.reply", name: @notification.comment.post.author_first_name) %>
|
|
<%= post_url(@notification.comment.post, anchor: @notification.comment.guid) %>
|