diff --git a/app/views/locomotive/shared/account/_head.html.slim b/app/views/locomotive/shared/account/_head.html.slim index 668439ca53..5c91207fd3 100644 --- a/app/views/locomotive/shared/account/_head.html.slim +++ b/app/views/locomotive/shared/account/_head.html.slim @@ -31,3 +31,5 @@ javascript: = csrf_meta_tag = yield :head + += render 'locomotive/shared/accounts/main_app_head' diff --git a/app/views/locomotive/shared/account/_main_app_head.html.slim b/app/views/locomotive/shared/account/_main_app_head.html.slim new file mode 100644 index 0000000000..d12a3bbfaf --- /dev/null +++ b/app/views/locomotive/shared/account/_main_app_head.html.slim @@ -0,0 +1 @@ +- # this partial can be overridden in the main app in order to include extra css or js