Tidy up the project/file display in project-linked-file

This commit is contained in:
Shane Kilkelly 2018-05-16 13:52:54 +01:00
parent 9624e2a290
commit c626446aad

View file

@ -54,7 +54,7 @@ div.binary-file.full-size(
|
a(ng-href='/project/{{openFile.linkedFileData.source_project_id}}' target="_blank")
| {{ openFile.linkedFileData.source_project_display_name }}
|  {{ openFile.linkedFileData.source_entity_path.slice(1) }},
| /{{ openFile.linkedFileData.source_entity_path.slice(1) }},
|
| at {{ openFile.created | formatDate:'h:mm a' }} {{ openFile.created | relativeDate }}