Skip to content

Commit 0737355

Browse files
committed
erp table css path
1 parent 9be0d36 commit 0737355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Erp/templates/table.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% block head %}
44
{{ parent() }}
55
<!-- ERP table style -->
6-
<link rel="stylesheet" href="/public/share/simplex/Erp/css/table.min.css">
6+
<link rel="stylesheet" href="{{ 'simplex/Erp/css/table.min.css'|pathToShareAsset }}">
77
{% endblock %}
88

99
{% block pageContent %}

0 commit comments

Comments
 (0)