ripcrypt/templates/Apps/DelveDiceHUD/tour/previous.hbs

23 lines
477 B
Handlebars

<div>
{{#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>
{{else}}
{{!-- This is here to prevent height collapsing --}}
&ZeroWidthSpace;
{{/if}}
</div>