Skip to content
This repository was archived by the owner on Jul 13, 2021. It is now read-only.

Commit e533d38

Browse files
Anh Thao PHAMElorfin
authored andcommitted
Fixes links in agenda event widget that redirect to first tab. closes #1986 (#2017)
1 parent 9492c05 commit e533d38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugin/agenda/Resources/views/Widget/event_widget.html.twig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
{{ event.getStartInDateTime()|date('d/m/Y') }},
4040
{% endif %}
4141

42-
<a href="#"
43-
class="{{ event.isTask ? 'info-of-task' : 'info-of-event' }}"
42+
<a class="{{ event.isTask ? 'info-of-task' : 'info-of-event' }}"
4443
tabindex="0"
4544
role="button"
4645
data-placement="top"

0 commit comments

Comments
 (0)