Skip to content
Snippets Groups Projects
Commit 1ae859e8 authored by Marjolaine Le Bon's avatar Marjolaine Le Bon
Browse files

Merge branch 'feature/resource-component' of...

Merge branch 'feature/resource-component' of https://git.startinblox.com/applications/hubl into feature/resource-component
parents 5785f4b6 907f5167
No related branches found
No related tags found
1 merge request!172First integration to Hubl of the resource component
.views-container
sib-event(data-src=`${endpoints.events || (endpoints.get && endpoints.get.events)}`
solid-event(data-src=`${endpoints.events || (endpoints.get && endpoints.get.events)}`
range-event-type=`${endpoints.typeevents || (endpoints.get && endpoints.get.typeevents)}`
range-event-circle=`${endpoints.circles || (endpoints.get && endpoints.get.circles)}`
upload-dir=`${endpoints.uploads || (endpoints.get && endpoints.get.uploads)}`
......
.views-container
sib-resource(data-src=`${endpoints.resources || (endpoints.get && endpoints.get.resources)}`
solid-resource(data-src=`${endpoints.resources || (endpoints.get && endpoints.get.resources)}`
range-resource-type=`${endpoints.resourcestypes || (endpoints.get && endpoints.get.resourcestypes)}`
range-resource-keyword=`${endpoints.resourceskeywords || (endpoints.get && endpoints.get.resourceskeywords)}`
range-resource-circle=`${endpoints.circles || (endpoints.get && endpoints.get.circles)}`
......
......@@ -3,7 +3,7 @@
font-family: "Facit";
font-weight: 400;
color: #7A7F85;
sib-event {
solid-event {
.red-button,
.event-type {
background-color: #C4262E;
......
......@@ -3,7 +3,7 @@
font-family: "Facit";
font-weight: 400;
color: #3A3A3A;
sib-resource {
solid-resource {
background-color: #F0F3F6;
.sib-resource {
font-family: "Facit";
......
#circle-listevents
sib-event(
solid-event(
class='w700'
bind-resources
nested-field="events"
......
#circle-listresources
sib-resource(
solid-resource(
class='w700'
bind-resources
nested-field="resources"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment