Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

Commit

Permalink
Fix underline in confirm link
Browse files Browse the repository at this point in the history
  • Loading branch information
cleac committed Sep 17, 2016
1 parent 1d74c83 commit 74621e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GDGUkraine/templates/email/confirmation.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</p>
<p style="margin: 0px 20px; font-family: Lato, Arial, sans-serif">If you are going to attend, press the button below.</p>
<p style="margin: 0px 20px; font-family: Lato, Arial, sans-serif">If no, just ignore this email.</p>
<a href="{{ confirm.url | e }}">
<a href="{{ confirm.url | e }}" style="text-decoration: none">
<div style="margin: 10px auto; background-color: blue; width: 160px; height: 35px; color: white; text-align: center; vertical-align: baseline; border-radius: 3px; border-color: blue" width="160px" height="35px" bgcolor="blue">
<div style="padding: 6px; font-family: Lato, Arial, sans-serif">I am going to attend</div>
</div>
Expand Down

0 comments on commit 74621e8

Please sign in to comment.