##// END OF EJS Templates
Replaces acts_as_list with an implementation that handles #position= (#12909)....
Replaces acts_as_list with an implementation that handles #position= (#12909). Objects are reordered using the regular attribute writer #position= and AR callbacks. git-svn-id: http://svn.redmine.org/redmine/trunk@15335 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r14766:b5366eb3079c
r14953:64afa24a7f72
Show More
settings_updated.html.erb
14 lines | 397 B | text/plain | TextLexer
/ app / views / mailer / settings_updated.html.erb
<p><%= l(:mail_body_settings_updated) %></p>
<ul>
<% @changes.each do |name| %>
<li><%= l("setting_#{name}") %></li>
<% end %>
</ul>
<%= link_to @url, @url %>
<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 %></strong></p>