Skip to content
Snippets Groups Projects
Commit 3bec1062 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Switch from sib-event to solid-event

parent 9cc5ab71
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)}`
......
......@@ -3,7 +3,7 @@
font-family: "Facit";
font-weight: 400;
color: #7A7F85;
sib-event {
solid-event {
.red-button,
.event-type {
background-color: #C4262E;
......
#circle-listevents
sib-event(
solid-event(
class='w700'
bind-resources
nested-field="events"
......
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