Fixed notification links.
This commit is contained in:
parent
6efab37bfc
commit
d861b39622
2 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@ From: #{ticket.articles[-1].from}
|
||||||
#{ticket.articles[-1].body}
|
#{ticket.articles[-1].body}
|
||||||
</snip>
|
</snip>
|
||||||
|
|
||||||
#{config.http_type}://#{config.fqdn}/ticket/zoom/#{ticket.id}/#{ticket.articles[-1].id}
|
#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}/#{ticket.articles[-1].id}
|
||||||
'
|
'
|
||||||
},
|
},
|
||||||
ticket,
|
ticket,
|
||||||
|
@ -85,7 +85,7 @@ From: #{ticket.articles[-1].from}
|
||||||
#{ticket.articles[-1].body}
|
#{ticket.articles[-1].body}
|
||||||
</snip>
|
</snip>
|
||||||
|
|
||||||
#{config.http_type}://#{config.fqdn}/ticket/zoom/#{ticket.id}/#{ticket.articles[-1].id}
|
#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}/#{ticket.articles[-1].id}
|
||||||
'
|
'
|
||||||
},
|
},
|
||||||
ticket,
|
ticket,
|
||||||
|
@ -110,7 +110,7 @@ From: #{ticket.articles[-1].from}
|
||||||
#{ticket.articles[-1].body}
|
#{ticket.articles[-1].body}
|
||||||
</snip>
|
</snip>
|
||||||
|
|
||||||
#{config.http_type}://#{config.fqdn}/ticket/zoom/#{ticket.id}/#{ticket.articles[-1].id}
|
#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}/#{ticket.articles[-1].id}
|
||||||
'
|
'
|
||||||
},
|
},
|
||||||
ticket,
|
ticket,
|
||||||
|
|
|
@ -88,7 +88,7 @@ We received a request to reset the password for your #{config.product_name} acco
|
||||||
|
|
||||||
If you want to reset your password, click on the link below (or copy and paste the URL into your browser):
|
If you want to reset your password, click on the link below (or copy and paste the URL into your browser):
|
||||||
|
|
||||||
#{config.http_type}://#{config.fqdn}/password_reset_verify/#{token.name}
|
#{config.http_type}://#{config.fqdn}/#password_reset_verify/#{token.name}
|
||||||
|
|
||||||
This link takes you to a page where you can change your password.
|
This link takes you to a page where you can change your password.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue