fix(pathLink) prefix when js disabled

This commit is contained in:
coderaiser 2016-01-20 14:16:32 -05:00
parent caf20ca7b1
commit 52090ddcc3
6 changed files with 18 additions and 10 deletions

View file

@ -1 +1 @@
<a data-name="js-path-link" href="/fs{{ path }}" title="{{ path }}">{{ name }}</a>{{ slash }}
<a data-name="js-path-link" href="{{ prefix }}/fs{{ path }}" title="{{ path }}">{{ name }}</a>{{ slash }}