ripcrypt/templates/Apps/DelveDiceHUD/tour/previous.hbs
2025-03-04 15:45:33 -07:00

23 lines
466 B
Handlebars

<div>
{{!-- This is here to prevent height collapsing --}}
&ZeroWidthSpace;
{{#if meta.editable}}
<button
type="button"
class="icon"
data-action="tourDelta"
data-delta="1"
aria-label="{{rc-i18n "RipCrypt.tooltips.prev-tour"}}"
data-tooltip="RipCrypt.tooltips.prev-tour"
data-tooltip-direction="LEFT"
>
<rc-icon
name="icons/arrow-left"
var:size="0.75rem"
var:fill="currentColor"
></rc-icon>
</button>
{{/if}}
</div>