Gesina Schwalbe
177de1a486
- removed code duplication of inline button templates for item and talent overview
11 lines
No EOL
368 B
Handlebars
11 lines
No EOL
368 B
Handlebars
{{!
|
|
!-- Render an "add" button for adding an item of given data type.
|
|
!--
|
|
!-- @param datType: hand over the dataType to the partial as hash parameter
|
|
}}
|
|
<div class="item-controls">
|
|
<a class="item-control item-create" title="Create item" data-type="{{dataType}}">
|
|
<i class="fas fa-plus"></i>
|
|
{{localize "DS4.UserInteractionAddItem"}}
|
|
</a>
|
|
</div> |