Additions: - partials for effects and details tab with navigation - loading of partials in main ds4.ts - add localization Changes: - empty "Details" tabs replaced by inclusion of partial - "Details" tab now displays default message - Previous "Details" tab of Trinket replaced by "Effects" tab
5 lines
No EOL
196 B
Handlebars
5 lines
No EOL
196 B
Handlebars
{{!-- The item tab for details. --}}
|
|
<div class="tab details" data-group="primary" data-tab="details">
|
|
{{!-- As you add new fields, add them in here! --}}
|
|
<p>Nothing to see yet.</p>
|
|
</div> |