23 lines
469 B
Handlebars
23 lines
469 B
Handlebars
<div>
|
|
{{!-- This is here to prevent height collapsing --}}
|
|
​
|
|
|
|
{{#if meta.editable}}
|
|
<button
|
|
type="button"
|
|
class="icon"
|
|
data-action="tourDelta"
|
|
data-delta="-1"
|
|
aria-label="{{rc-i18n "RipCrypt.tooltips.next-tour"}}"
|
|
data-tooltip="RipCrypt.tooltips.next-tour"
|
|
data-tooltip-direction="RIGHT"
|
|
>
|
|
<rc-icon
|
|
name="icons/arrow-right"
|
|
var:size="0.75rem"
|
|
var:fill="currentColor"
|
|
></rc-icon>
|
|
</button>
|
|
{{/if}}
|
|
</div>
|
|
|