##// END OF EJS Templates
Add virtual menu at the beginning of the project menu (#15880)....
Add virtual menu at the beginning of the project menu (#15880). It contains menu items for creating issue categories, versions, news, documents, and files. Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@15503 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r14766:b5366eb3079c
r15121:5adc6a5c9f59
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>