From 3211c305195fe541e615f7a527afaa3a3f8ce9b0 Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Sun, 3 Jan 2021 17:54:16 +0100 Subject: [PATCH] Fix boutons init/attaque MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Utiliser tout le bouton plutôt que le texte uniquement --- templates/hud-actor-attaque.html | 5 ++--- templates/hud-actor-init.html | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/templates/hud-actor-attaque.html b/templates/hud-actor-attaque.html index a25d2238..5f657c1e 100644 --- a/templates/hud-actor-attaque.html +++ b/templates/hud-actor-attaque.html @@ -3,9 +3,8 @@
{{#each armes as |arme key|}} {{#unless arme.data.initOnly}} -
- +
+
{{/unless}} {{/each}} diff --git a/templates/hud-actor-init.html b/templates/hud-actor-init.html index 11b40a22..94ba2d57 100644 --- a/templates/hud-actor-init.html +++ b/templates/hud-actor-init.html @@ -2,9 +2,8 @@
{{#each armes as |arme key|}} -
- +
+
{{/each}}