Enable the ammo popover on the combined sheet (closes #44)
This commit is contained in:
parent
88131aabe0
commit
38c83586e5
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
<div data-tooltip-direction="RIGHT">
|
||||
{{log @root}}
|
||||
{{#if ammos}}
|
||||
<ul>
|
||||
{{#each ammos as | data |}}
|
||||
|
|
@ -47,7 +46,7 @@
|
|||
</ul>
|
||||
{{else}}
|
||||
<span class="placeholder">
|
||||
{{ rc-i18n "RipCrypt.Apps.no-ammo" }}
|
||||
{{ rc-i18n "RipCrypt.Apps.AmmoTracker.no-ammo" }}
|
||||
</span>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue