Files
gitlabhq/config
Douwe MaanandRobert Speicher 40e8204b57 Merge branch '18474-missing-images-on-confirmation-email' into 'master'
Fix images in emails

Closes #18474. The confirmation email is actually the only one that uses the `image_tag` helper at the moment, but this will work for all of them:
```shell
$ ag image_tag -G mailer
app/views/layouts/devise_mailer.html.haml
13:              = image_tag('mailers/gitlab_header_logo.png', id: 'logo', alt: 'GitLab Wordmark')
24:                  = image_tag('mailers/gitlab_tanuki_2x.png', alt: 'GitLab Logo')
```

See merge request !4705
2016-06-16 13:28:06 -04:00
..
2016-01-20 21:27:01 -05:00
2015-11-25 18:18:44 +02:00
2016-06-06 13:39:36 -06:00
2016-02-10 12:43:19 +02:00