Explorar el Código

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 hace 4 años
padre
commit
d168df5c82
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      app/views/layouts/admin.html.erb

+ 1
- 1
app/views/layouts/admin.html.erb Ver fichero

@@ -5,4 +5,4 @@
<% end %>
<% end %>

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

Cargando…
Cancelar
Guardar