##// END OF EJS Templates
Fixed: reminder mails are not sent when delivery_method is :async_smtp (#5058)....
Fixed: reminder mails are not sent when delivery_method is :async_smtp (#5058). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9367 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7214:f9fb1988f503
r9233:fde9c7315ac6
Show More
admin.html.erb
8 lines | 245 B | text/plain | TextLexer
Jean-Philippe Lang
Adds an admin layout that displays the admin menu in the sidebar....
r3062 <% unless controller_name == 'admin' && action_name == 'index' %>
Toshi MARUYAMA
replace tabs to spaces at app/views/layouts/admin.html.erb...
r7214 <% content_for :sidebar do %>
<h3><%=l(:label_administration)%></h3>
<%= render :partial => 'admin/menu' %>
<% end %>
Jean-Philippe Lang
Adds an admin layout that displays the admin menu in the sidebar....
r3062 <% end %>
<%= render :file => "layouts/base" %>