File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7070 'runbot.assets_frontend' : [
7171 ('include' , 'web.assets_frontend_minimal' ), # Pray the gods this stays named correctly
7272
73+ 'runbot/static/libs/bootstrap/css/bootstrap.css' ,
74+ 'runbot/static/libs/fontawesome/css/font-awesome.css' ,
75+ 'runbot/static/src/css/runbot.css' ,
76+ 'runbot/static/libs/jquery/jquery.js' ,
77+ 'runbot/static/libs/popper/popper.js' ,
78+ 'runbot/static/libs/bootstrap/js/bootstrap.bundle.js' ,
79+
7380 'runbot/static/libs/owl.js' ,
7481 'runbot/static/src/owl_module.js' ,
7582
Original file line number Diff line number Diff line change 66 <html t-att-data-bs-theme =" theme" >
77 <head >
88 <title t-out =" title or 'Runbot'" />
9- <link rel =" stylesheet" type =" text/css" href =" /runbot/static/libs/bootstrap/css/bootstrap.css" />
10- <link rel =" stylesheet" type =" text/css" href =" /runbot/static/libs/fontawesome/css/font-awesome.css" />
11- <link rel =" stylesheet" type =" text/css" href =" /runbot/static/src/css/runbot.css" />
12-
13- <script src =" /runbot/static/libs/jquery/jquery.js" type =" text/javascript" />
14- <script type =" text/javascript" src =" /runbot/static/libs/popper/popper.js" />
15- <script type =" text/javascript" src =" /runbot/static/libs/bootstrap/js/bootstrap.bundle.js" />
169
1710 <t t-call-assets =" runbot.assets_frontend" />
1811
You can’t perform that action at this time.
0 commit comments