summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/battle/Battle')
-rw-r--r--src/shared/battle/Battle/View/Statistic.elm4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/shared/battle/Battle/View/Statistic.elm b/src/shared/battle/Battle/View/Statistic.elm
index a3ac669..0ced0dc 100644
--- a/src/shared/battle/Battle/View/Statistic.elm
+++ b/src/shared/battle/Battle/View/Statistic.elm
@@ -2,8 +2,10 @@ module Battle.View.Statistic exposing
(
get_html,
get_all_html,
+ get_all_but_gauges_html,
get_signed_html,
- get_all_signed_html
+ get_all_signed_html,
+ get_all_but_gauges_signed_html
)
-- Elm -------------------------------------------------------------------------