Added device info.

This commit is contained in:
Martin Edenhofer 2016-03-24 14:39:47 +01:00
parent b9e0317332
commit 1db7d46569
2 changed files with 3 additions and 1 deletions

View file

@ -5,6 +5,7 @@
<p>es sieht aus, als ob Du Dich bei <%= c 'product_name' %> mit einem neuen Gerät um "<%= d 'user_device.created_at' %>" angemeldet hast:</p> <p>es sieht aus, als ob Du Dich bei <%= c 'product_name' %> mit einem neuen Gerät um "<%= d 'user_device.created_at' %>" angemeldet hast:</p>
<br> <br>
<p> <p>
Dein Gerät: <%= d 'user_device.name' %><br>
Deine Lokation (relativ): <%= d 'user_device.location' %><br> Deine Lokation (relativ): <%= d 'user_device.location' %><br>
Deine IP: <%= d 'user_device.ip' %><br Deine IP: <%= d 'user_device.ip' %><br
</p> </p>

View file

@ -5,7 +5,8 @@
<p>It looks like you signed into your <%= c 'product_name' %> account using a new device on "<%= d 'user_device.created_at' %>":</p> <p>It looks like you signed into your <%= c 'product_name' %> account using a new device on "<%= d 'user_device.created_at' %>":</p>
<br> <br>
<p> <p>
Your location: <%= d 'user_device.location' %><br> Your device: <%= d 'user_device.name' %><br>
Your location (relative): <%= d 'user_device.location' %><br>
Your IP: <%= d 'user_device.ip' %><br Your IP: <%= d 'user_device.ip' %><br
</p> </p>
<br> <br>