Skip to content

Commit

Permalink
Fix color of link in email footer
Browse files Browse the repository at this point in the history
**Why**: Gmail is automatically creating a link out of the string login.gov, this makes it the proper color.
  • Loading branch information
hursey013 committed Nov 2, 2016
1 parent 44349df commit 3ddd905
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/layouts/user_mailer.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ html xmlns="http://www.w3.org/1999/xhtml"
p == t('mailer.help',
link: link_to(Figaro.env.support_url,
Figaro.env.support_url),
app: APP_NAME)
app: link_to(APP_NAME,
Figaro.env.mailer_domain_name,
style: 'text-decoration: none;'))
th.expander
table.wrapper.legal align="center"
tr
Expand Down

0 comments on commit 3ddd905

Please sign in to comment.