Files
Redmine/app/views/mailer/security_notification.html.erb
Jean-Philippe Lang 404de3b229 Merged r17269 into 3.3-stable (#28302).
git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@17271 e93f8b46-1217-0410-a6f0-8f06a7374b81
2018-04-07 07:56:08 +00:00

14 lines
413 B
Plaintext

<p><%= @message %><br />
<% if @url && @title -%>
<%= link_to @title, @url -%>
<% elsif @url -%>
<%= link_to @url -%>
<% elsif @title -%>
<%= content_tag :h1, @title -%>
<% end %></p>
<p><%= l(:field_user) %>: <strong><%= @originator.login %></strong><br/>
<%= l(:field_remote_ip) %>: <strong><%= @remote_ip %></strong><br/>
<%= l(:label_date) %>: <strong><%= format_time Time.now, true, @user %></strong></p>