Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions tpl/Schedule/schedule-week-condensed.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@
<div class="reservable clickres" ref="{$href}&rd={formatdate date=$date key=url}"
data-href="{$href}" data-start="{$date->Format('Y-m-d H:i:s')|escape:url}"
data-end="{$date->Format('Y-m-d H:i:s')|escape:url}">
<i class="bi bi-plus-circle-fill"></i> {translate key=CreateReservation}
<i class="bi bi-plus-circle-fill pe-none"></i>
{translate key=CreateReservation}
<input type="hidden" class="href" value="{$href}" />
</div>
{/if}
Expand Down Expand Up @@ -161,4 +162,4 @@
});
});
</script>
{/block}Z
{/block}
Loading