You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

security_notification.html.erb 401B

123456789101112
  1. <p><%= @message %><br />
  2. <% if @url && @title -%>
  3. <%= link_to @title, @url -%>
  4. <% elsif @url -%>
  5. <%= link_to @url -%>
  6. <% elsif @title -%>
  7. <%= content_tag :h1, @title -%>
  8. <% end %></p>
  9. <p><%= l(:field_user) %>: <strong><%= @sender.login %></strong><br/>
  10. <%= l(:field_remote_ip) %>: <strong><%= @remote_ip %></strong><br/>
  11. <%= l(:label_date) %>: <strong><%= format_time Time.now, true %></strong></p>