diff --git a/src/views/page-resources.pug b/src/views/page-resources.pug index cf86075..c29dac9 100644 --- a/src/views/page-resources.pug +++ b/src/views/page-resources.pug @@ -5,12 +5,10 @@ div.whitespace-normal post-data-type-src=`${component.endpoints.postTypes}` range-resource-keyword=`${component.endpoints.keywords}` post-data-keyword-src=`${component.endpoints.postKeywords}` - circles=`${component.endpoints.circles}` + circles=`${component.endpoints.circles}/` associated-circle-label="" data-trans=`associated-circle-label=${component.parameters && component.parameters.associatedName ? component.parameters.associatedName : 'circle.extensions.associated'}` upload-dir=`${component.endpoints.uploads}` id-prefix='default' uniq=component.uniq ) - - diff --git a/src/views/partials/circle/page-circle-resources.pug b/src/views/partials/circle/page-circle-resources.pug index a3ac649..04ed838 100644 --- a/src/views/partials/circle/page-circle-resources.pug +++ b/src/views/partials/circle/page-circle-resources.pug @@ -6,7 +6,7 @@ solid-resource( post-data-type-src=`${extension.endpoints.postTypes}` range-resource-keyword=`${extension.endpoints.keywords}` post-data-keyword-src=`${extension.endpoints.postKeywords}` - circles=`${extension.endpoints.circles}` + circles=`${extension.endpoints.circles}/` associated-circle-label="" data-trans=`associated-circle-label=${extension.parameters && extension.parameters.associatedName ? extension.parameters.associatedName : 'circle.extensions.associated'}` upload-dir=`${extension.endpoints.uploads}`