fix: slash
This commit is contained in:
		| @ -1,7 +1,7 @@ | ||||
| div.whitespace-normal | ||||
|   solid-event(data-src=`${component.endpoints.events}` | ||||
|     range-event-type=`${component.endpoints.typeevents}` | ||||
|     range-event-circle=`${getComponent('circles').endpoints.get}/` | ||||
|     range-event-circle=`${getComponent('circles').endpoints.get}` | ||||
|     upload-dir=`${component.endpoints.uploads}` | ||||
|     id-prefix='default' | ||||
|   ) | ||||
|  | ||||
| @ -2,7 +2,7 @@ div.whitespace-normal | ||||
|   solid-resource(data-src=`${component.endpoints.resources}` | ||||
|       range-resource-type=`${component.endpoints.resourcestypes}` | ||||
|       range-resource-keyword=`${component.endpoints.resourceskeywords}` | ||||
|       range-resource-circle=`${getComponent('circles').endpoints.get}/` | ||||
|       range-resource-circle=`${getComponent('circles').endpoints.get}` | ||||
|       associated-circle-label="" | ||||
|       data-trans=`associated-circle-label=${component.parameters && component.parameters.associatedName ? component.parameters.associatedName : 'circle.extensions.associated'}` | ||||
|       upload-dir=`${component.endpoints.uploads}` | ||||
|  | ||||
| @ -3,7 +3,7 @@ solid-event( | ||||
|   bind-resources | ||||
|   nested-field="events" | ||||
|   range-event-type=`${component.extensions.find(c => c.type=='events').endpoints.typeevents}` | ||||
|   range-event-circle=`${component.endpoints.get}/` | ||||
|   range-event-circle=`${component.endpoints.get}` | ||||
|   upload-dir=`${component.extensions.find(c => c.type=='events').endpoints.uploads}` | ||||
|   id-prefix=`${component.route}` | ||||
|   uniq=component.uniq | ||||
|  | ||||
		Reference in New Issue
	
	Block a user