##// END OF EJS Templates
Merged r10256 from trunk to 1.4-stable...
Merged r10256 from trunk to 1.4-stable add missing fixtures to test/unit/lib/redmine/hook_test.rb. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.4-stable@10261 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7214:f9fb1988f503
r10078:bcef197b41b5
Show More
admin.html.erb
8 lines | 245 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" %>