I would like to modify the logo on the footer but don’t see any documentation on that, can somebody help?
You can override all partials, though I cannot now find the documentation for that off hand.
Basically you’re trying to provide a new file for what we ship here: /var/www/ood/apps/sys/dashboard/app/views/layouts/_footer.html.erb
. Copy this file to /etc/ood/config/apps/dashboard/views/layouts/_footer.html.erb
and edit the copied file.
Note to only edit the file in /etc
, do not edit the file(s) in /var
.