-
Notifications
You must be signed in to change notification settings - Fork 58
Upgrading Guide
Dimitrios Zorbas edited this page Dec 20, 2016
·
5 revisions
This document contains changes required to overcome incompatibilities introduced between released versions.
Dashboard apps generated using the 0.3.1 installer include pages which are missing from previous versions. To get them run:
curl https://raw.githubusercontent.com/kittoframework/kitto/master/installer/templates/new/dashboards/error.html.eex > dashboards/error.html.eex
from the root path of your dashboard app.
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