mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove leading slash from path names, for display
This commit is contained in:
parent
f2702c7b0a
commit
74d8e67a05
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ script(type='text/ng-template', id='projectLinkedFileModalTemplate')
|
||||||
option(
|
option(
|
||||||
ng-repeat="projectEntity in data.projectEntities"
|
ng-repeat="projectEntity in data.projectEntities"
|
||||||
value="{{ projectEntity.path }}"
|
value="{{ projectEntity.path }}"
|
||||||
) {{ projectEntity.path }}
|
) {{ projectEntity.path.slice(1) }}
|
||||||
br
|
br
|
||||||
|
|
||||||
.form-controls
|
.form-controls
|
||||||
|
|
Loading…
Reference in a new issue