Skip to content

Commit

Permalink
fix: UP teledidattica
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Dec 3, 2024
1 parent d00ede6 commit 9d01347
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,15 @@
<use href="{% static 'svg/sprites.svg' %}#it-clip"></use>
</svg> [[ attr.customData.note ]]
</span>
<span v-if="attr.customData.link_teledidattica">
<br />
<svg class="icon icon-xs me-2">
<use href="{% static 'svg/sprites.svg' %}#it-link"></use>
</svg>
<a :href="attr.customData.link_teledidattica" target="_blank">
{% trans "Distance learning" %}
</a>
</span>
</span>
</p>
</div>
Expand Down Expand Up @@ -343,6 +352,15 @@
[[ event.extra.note ]]
</span>
</span>
<span v-if="event.extra.link_teledidattica">
<br>
<svg class="icon icon-xs me-2">
<use href="{% static 'svg/sprites.svg' %}#it-link"></use>
</svg>
<a :href="event.extra.link_teledidattica" target="_blank" style="display:inline-flex;">
{% trans "Distance learning" %}
</a>
</span>
</li>
</ul>
</div>
Expand Down Expand Up @@ -449,6 +467,7 @@
aula: item.aula,
edificio: item.edificio,
note: item.extra.note,
link_teledidattica: item.extra.link_teledidattica
},
dates: { start: new Date(item.dataInizio),
end: new Date(item.dataFine) }
Expand Down

0 comments on commit 9d01347

Please sign in to comment.