Skip to content

Commit

Permalink
Ticket #4697 - Timeline: Double titles in events cards.
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLV committed Aug 30, 2024
1 parent e7279e9 commit fb632a7
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions modules/boonex/events/template/timeline_post.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
<div class="vevent bx-tl-item-text">
<div class="bx-tl-title bx-def-margin-sec-bottom bx-def-font-h3">
<a href="__url__" title="__title_attr__" class="summary url bx-lnk-src bx-tl-title">__title__</a>
</div>
<div class="bx-tl-item-raw-cnt bx-event">
<bx_if:date>
<div class="bx-tl-info bx-def-margin-sec-bottom bx-def-font-h3">
<i class="sys-icon calendar-alt bx-def-margin-thd-right"></i> <span class="dtstart" title="__date_c__">__date__</span>
</div>
<div class="bx-tl-info bx-def-margin-sec-bottom bx-def-font-h3">
<i class="sys-icon calendar-alt bx-def-margin-thd-right"></i> <span class="dtstart" title="__date_c__">__date__</span>
</div>
</bx_if:date>
<bx_if:location>
<div class="bx-tl-info bx-def-margin-sec-bottom bx-def-font-h3">
<i class="sys-icon map-marker-alt bx-def-margin-thd-right"></i> <span class="location">__location__</span>
</div>
<div class="bx-tl-info bx-def-margin-sec-bottom bx-def-font-h3">
<i class="sys-icon map-marker-alt bx-def-margin-thd-right"></i> <span class="location">__location__</span>
</div>
</bx_if:location>
</div>
</div>

0 comments on commit fb632a7

Please sign in to comment.