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

<%= @url || @title %>

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