Skip to content

Ensure variable in mail is evalled

username-removed-610 requested to merge (removed):issue/vars-need-eval into master

I received this snippet in the mail:

Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Project #{@old_path_with_namespace} was moved to another location

The project is now located under

This MR fixes it.

Notes:

  • I did a quick grep on other 'text.erb' files, but this was the only one with this type of error
  • I made no changes to the specs. The only spec I could find passes because (I assume) the correct value is in the html-part

Merge request reports