File tree Expand file tree Collapse file tree
src/ydata_profiling/report/presentation/flavours/html/templates/wrapper Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 { % include 'wrapper/assets/script.js' % }
99 </ script >
1010 {% else %}
11- < script src ="{{ file_name }}_assets /js/jquery-1.12.4.min.js "> </ script >
12- < script src ="{{ file_name }}_assets /js/bootstrap.min.js "> </ script >
13- < script src ="{{ file_name }}_assets /js/script.js "> </ script >
11+ < script src ="{{ assets_prefix }}/js/jquery-1.12.4.min.js "> </ script >
12+ < script src ="{{ assets_prefix }}/js/bootstrap.min.js "> </ script >
13+ < script src ="{{ assets_prefix }}/js/script.js "> </ script >
1414 {% endif %}
1515{% else %}
1616 < script src ="https://code.jquery.com/jquery-1.12.4.min.js "> </ script >
1717 < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js " integrity ="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa " crossorigin ="anonymous "> </ script >
1818 < script >
1919 { % include 'wrapper/assets/script.js' % }
2020 </ script >
21- {% endif %}
21+ {% endif %}
Original file line number Diff line number Diff line change 1919 {% else %}
2020 {% if theme is not none %}
2121 {% if theme.value == 'flatly' %}
22- < link href ="{{ file_name }}_assets /css/flatly.bootstrap.min.css " rel ="stylesheet " />
22+ < link href ="{{ assets_prefix }}/css/flatly.bootstrap.min.css " rel ="stylesheet " />
2323 {% elif theme.value == 'united' %}
24- < link href ="{{ file_name }}_assets /css/united.bootstrap.min.css " rel ="stylesheet " />
24+ < link href ="{{ assets_prefix }}/css/united.bootstrap.min.css " rel ="stylesheet " />
2525 {% elif theme.value == 'simplex' %}
26- < link href ="{{ file_name }}_assets /css/simplex.bootstrap.min.css " rel ="stylesheet " />
26+ < link href ="{{ assets_prefix }}/css/simplex.bootstrap.min.css " rel ="stylesheet " />
2727 {% elif theme.value == 'cosmo' %}
28- < link href ="{{ file_name }}_assets /css/cosmo.bootstrap.min.css " rel ="stylesheet " />
28+ < link href ="{{ assets_prefix }}/css/cosmo.bootstrap.min.css " rel ="stylesheet " />
2929 {% endif %}
3030 {% else %}
31- < link rel ="stylesheet " href ="{{ file_name }}_assets /css/bootstrap.min.css " />
32- < link rel ="stylesheet " href ="{{ file_name }}_assets /css/bootstrap-theme.min.css " />
31+ < link rel ="stylesheet " href ="{{ assets_prefix }}/css/bootstrap.min.css " />
32+ < link rel ="stylesheet " href ="{{ assets_prefix }}/css/bootstrap-theme.min.css " />
3333 {% endif %}
3434 {% endif %}
3535{% else %}
5252{%- if inline -%}
5353 < style > {% include 'wrapper/assets/style.css' %}</ style >
5454{% else %}
55- < link rel ="stylesheet " href ="{{ file_name }}_assets /css/style.css " />
56- {% endif %}
55+ < link rel ="stylesheet " href ="{{ assets_prefix }}/css/style.css " />
56+ {% endif %}
You can’t perform that action at this time.
0 commit comments