Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
13
app/views/mailer/security_notification.html.erb
Normal file
13
app/views/mailer/security_notification.html.erb
Normal file
|
@ -0,0 +1,13 @@
|
|||
<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><%= User.current.login %></strong><br/>
|
||||
<%= l(:field_remote_ip) %>: <strong><%= User.current.remote_ip %></strong><br/>
|
||||
<%= l(:label_date) %>: <strong><%= format_time Time.now, true, @user %></strong></p>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue