gitlab-org--gitlab-foss/app
Douwe Maan 93262415e2 Merge branch 'issue/vars-need-eval' into 'master'
Ensure variable in mail is evalled

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](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/spec/mailers/notify_spec.rb#L412) I could find passes because (I assume) the correct value is in the html-part

See merge request !1706
2015-11-17 08:55:42 +00:00
..
assets Few changes to Group Milestone feature: 2015-11-16 15:07:16 +01:00
controllers Fix removing avatar for group 2015-11-16 17:24:14 +01:00
finders Lets add more tests to Milestones services 2015-11-16 14:39:19 +01:00
helpers Refactor global and group milestones logic 2015-11-16 14:07:38 +01:00
mailers Only pass abuse report ID to AbuseReportMailer. 2015-10-18 11:58:45 +02:00
models Merge branch 'rs-wiki-touches-project' into 'master' 2015-11-17 08:48:29 +00:00
services Move global milestone specs 2015-11-16 14:38:34 +01:00
uploaders Merge branch 'refactor-duplication' into 'master' 2015-11-16 13:05:49 +00:00
views Merge branch 'issue/vars-need-eval' into 'master' 2015-11-17 08:55:42 +00:00
workers Cleanup stuck CI builds daily 2015-11-03 13:12:16 +01:00