Skip to content
Snippets Groups Projects
Commit 067906de authored by Alice Poggioli's avatar Alice Poggioli
Browse files

Add share functionnality.

parent 64709551
No related branches found
No related tags found
1 merge request!97Feature/share functionnality
...@@ -94,6 +94,8 @@ include ../../components/widgets ...@@ -94,6 +94,8 @@ include ../../components/widgets
counter-template="<p><i class='fas fa-thumbs-down'></i>${counter}</p>" counter-template="<p><i class='fas fa-thumbs-down'></i>${counter}</p>"
) )
include ../../share-functionality
sib-display( sib-display(
bind-resources bind-resources
fields="" fields=""
......
...@@ -95,6 +95,8 @@ include ../../components/widgets ...@@ -95,6 +95,8 @@ include ../../components/widgets
counter-template="<p><i class='fas fa-thumbs-down'></i>${counter}</p>" counter-template="<p><i class='fas fa-thumbs-down'></i>${counter}</p>"
) )
include ../../share-functionality
sib-display( sib-display(
bind-resources bind-resources
fields="" fields=""
......
...@@ -95,6 +95,8 @@ include ../../components/widgets ...@@ -95,6 +95,8 @@ include ../../components/widgets
counter-template="<p><i class='fas fa-thumbs-down'></i>${counter}</p>" counter-template="<p><i class='fas fa-thumbs-down'></i>${counter}</p>"
) )
include ../../share-functionality
sib-display( sib-display(
bind-resources bind-resources
fields="" fields=""
......
.share-functionality
p SHARE
a(
href="#"
)
i.far.fa-envelope
a(
href="#"
)
i.fab.fa-linkedin-in
a(
href="#"
)
i.fab.fa-twitter
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