From d59b5b2df75f951fce1af4666301d00276373b57 Mon Sep 17 00:00:00 2001 From: Benjamin Neff <benjamin@coding4coffee.ch> Date: Sat, 23 Dec 2017 20:22:24 +0100 Subject: [PATCH] Fix birthday notification mail Fixes #7681 closes #7682 --- app/views/notifier/contacts_birthday.markerb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notifier/contacts_birthday.markerb b/app/views/notifier/contacts_birthday.markerb index 7c3dcfe57e..ee4d27770e 100644 --- a/app/views/notifier/contacts_birthday.markerb +++ b/app/views/notifier/contacts_birthday.markerb @@ -3,4 +3,4 @@ [<%= t(".view_profile", name: @notification.person.name) %>][1] -[1] <%= local_or_remote_person_path(@notification.person, absolute: true) %> +[1]: <%= local_or_remote_person_path(@notification.person, absolute: true) %> -- GitLab