1. 11 Mar, 2021 1 commit
    • Nicolas Dular's avatar
      Fix call on nil for in-product marketing email · cd6aac17
      Nicolas Dular authored
      This fixes an issue with the in-product marketing emails, where we
      called `.html_safe` on the second body line, which can be `nil`.
      
      It also fixes a deprecation warning for the `inline_image_link` where
      `options` was passed as a keyword argument.
      cd6aac17
  2. 09 Mar, 2021 39 commits