ds4/templates/sheets/item/components/effect-list-header.hbs

20 lines
388 B
Handlebars
Raw Normal View History

2022-01-21 03:22:17 +01:00
{{!--
SPDX-FileCopyrightText: 2021 Johannes Loher
SPDX-License-Identifier: MIT
--}}
{{!--
!-- Render an effect list header row.
--}}
<li class="ds4-embedded-document-list__row ds4-embedded-document-list__row--header">
{{!-- icon --}}
<div></div>
{{!-- name --}}
2023-06-25 14:33:18 +02:00
<div>{{localize 'DS4.EffectName'}}</div>
2022-01-21 03:22:17 +01:00
{{!-- control buttons placeholder --}}
<div></div>
</li>