##// END OF EJS Templates
HTML escape at link_to_revision() of app/helpers/application_helper.rb (#9252)...
HTML escape at link_to_revision() of app/helpers/application_helper.rb (#9252) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7247 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r6584:3a47aedfd2e0
r7127:09e33025876f
Show More
admin.html.erb
8 lines | 240 B | text/plain | TextLexer
<% unless controller_name == 'admin' && action_name == 'index' %>
<% content_for :sidebar do %>
<h3><%=l(:label_administration)%></h3>
<%= render :partial => 'admin/menu' %>
<% end %>
<% end %>
<%= render :file => "layouts/base" %>