-
Notifications
You must be signed in to change notification settings - Fork 58
Upgrading Guide
Dimitrios Zorbas edited this page Dec 11, 2016
·
5 revisions
This document contains changes required to overcome incompatibilities introduced between released versions.
In /dashboards/layout.html.eex
(which is the default layout) change
<%= template %>
to <%= @template %>
.
If you've set the :default_layout
config
to a different layout file, apply this change accordingly.
See: a539f37c3468