From 803dfc94a39294c400eb72f402f19788e682b78c Mon Sep 17 00:00:00 2001 From: echarp Date: Sat, 17 Mar 2018 16:10:06 +0100 Subject: [PATCH] In all mails, a link to "infos" is added in the signature. Closes #112 --- app/views/layouts/mailer.text.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/layouts/mailer.text.haml b/app/views/layouts/mailer.text.haml index 75ae1c2a..78c6e849 100644 --- a/app/views/layouts/mailer.text.haml +++ b/app/views/layouts/mailer.text.haml @@ -3,3 +3,4 @@ = yield \-- != t 'layouts.application.title' +!= t('layouts.application.infos') + ': ' + page_url('infos')