0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Open the e-mail sending support page in a new window.

This commit is contained in:
Jilles Soeters 2014-08-15 16:20:52 +02:00
parent 91ef11f853
commit ecdf5cec21

View file

@ -184,7 +184,7 @@ function initNotifications() {
type: 'warn',
message: [
"Ghost is currently unable to send e-mail.",
"See <a href=\"http://support.ghost.org/mail\">http://support.ghost.org/mail</a> for instructions"
"See <a href=\"http://support.ghost.org/mail\" target=\"_blank\">http://support.ghost.org/mail</a> for instructions"
].join(' ')
}] }, {context: {internal: true}});
}