Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
Update DarkSide_rightaligned_squad_detail.ftl
Browse files Browse the repository at this point in the history
  • Loading branch information
kingargyle authored Jul 17, 2017
1 parent f032be2 commit 067f964
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</#if>
<div>
<span><b class="agility">${fun.findShipAgility(pilot.ship)}</b> <span class="agility-symbol">^</span> </span>
<span><b class="attack">${fun.findShipAgility(pilot.ship)}</b> <span class="attack-symbol">%</span> </span>
<span><b class="attack">${fun.findShipAttack(pilot.ship)}</b> <span class="attack-symbol">%</span> </span>
<span><b class="shields">${(pilot.shields)!"0"}</b> <span class="shields-symbol">*</span>&nbsp;&nbsp;</span>
<span><b class="hull">${(pilot.hull)!"0"}</b>span class="hull-symbol">&</span></span>
<#if pilot.pilotId!?length gt 0>
Expand Down

0 comments on commit 067f964

Please sign in to comment.