This commit is contained in:
parent
d44f97ec94
commit
988e07f869
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<a href="/routes/{route.id}">
|
<a href="/routes/{route.id}">
|
||||||
<div id="image" style:background-image="url({route.cover})" />
|
<div id="image" style:background-image="url({PUBLIC_BACKEND_URL}{route.cover})" />
|
||||||
<div id='path-holder'>
|
<div id='path-holder'>
|
||||||
<p class='path-name'>{route.title_it}</p>
|
<p class='path-name'>{route.title_it}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue