summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/security_notification.text.erb
blob: 17fd6ef671d0ef3454403d32ca8bb428b077bd00 (plain)
1
2
3
4
5
6
7
8
<%= @message %>

<%= @url || @title %>

<%= l(:field_user) %>: <%= User.current.login %>
<%= l(:field_remote_ip) %>: <%= User.current.remote_ip %>
<%= l(:label_date) %>: <%= format_time Time.now, true, @user %>