Browse Source

Rails 6: Use "render template:" instead of "render file:" in app/views/layouts/admin.html.erb (#32887).

Patch by Go MAEDA.


git-svn-id: http://svn.redmine.org/redmine/trunk@19466 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.2.0
Go MAEDA 4 years ago
parent
commit
d168df5c82
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/views/layouts/admin.html.erb

+ 1
- 1
app/views/layouts/admin.html.erb View File

<% end %> <% end %>
<% end %> <% end %>


<%= render :file => "layouts/base" %>
<%= render template: 'layouts/base' %>

Loading…
Cancel
Save