Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-09-25 09:09:42 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-09-25 09:09:42 +0300
commit654281e682c684c9d62778a71ab067b3679b4ee9 (patch)
treeec4b15bb0814f03e6331327dbfddc3d73c74962e /doc/development/emails.md
parentc916c6f79b74dd3daf9bdbd7a9fdcb545237d46e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/emails.md')
-rw-r--r--doc/development/emails.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/emails.md b/doc/development/emails.md
index cf7f49ee834..de9607fef64 100644
--- a/doc/development/emails.md
+++ b/doc/development/emails.md
@@ -27,7 +27,7 @@ Please note that [S/MIME signed](../administration/smime_signing_email.md) email
## Mailer previews
Rails provides a way to preview our mailer templates in HTML and plaintext using
-dummy data.
+sample data.
The previews live in [`app/mailers/previews`](https://gitlab.com/gitlab-org/gitlab-foss/tree/master/app/mailers/previews) and can be viewed at
[`/rails/mailers`](http://localhost:3000/rails/mailers).