We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be0d36 commit 0737355Copy full SHA for 0737355
src/Erp/templates/table.twig
@@ -3,7 +3,7 @@
3
{% block head %}
4
{{ parent() }}
5
<!-- ERP table style -->
6
- <link rel="stylesheet" href="/public/share/simplex/Erp/css/table.min.css">
+ <link rel="stylesheet" href="{{ 'simplex/Erp/css/table.min.css'|pathToShareAsset }}">
7
{% endblock %}
8
9
{% block pageContent %}
0 commit comments