Remove leading slash from path names, for display

This commit is contained in:
Shane Kilkelly 2018-05-16 10:58:56 +01:00
parent f2702c7b0a
commit 74d8e67a05

View file

@ -377,7 +377,7 @@ script(type='text/ng-template', id='projectLinkedFileModalTemplate')
option(
ng-repeat="projectEntity in data.projectEntities"
value="{{ projectEntity.path }}"
) {{ projectEntity.path }}
) {{ projectEntity.path.slice(1) }}
br
.form-controls