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 70
70
'runbot.assets_frontend' : [
71
71
('include' , 'web.assets_frontend_minimal' ), # Pray the gods this stays named correctly
72
72
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
+
73
80
'runbot/static/libs/owl.js' ,
74
81
'runbot/static/src/owl_module.js' ,
75
82
Original file line number Diff line number Diff line change 6
6
<html t-att-data-bs-theme =" theme" >
7
7
<head >
8
8
<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" />
16
9
17
10
<t t-call-assets =" runbot.assets_frontend" />
18
11
You can’t perform that action at this time.
0 commit comments