From 6b6e1a9d6e1ed475d108a75a618d4a60544482e5 Mon Sep 17 00:00:00 2001 From: nsensfel Date: Mon, 29 Apr 2019 18:11:15 +0200 Subject: Still a lot of work to be done with the CSS... --- src/roster-editor/src/View/CharacterCard.elm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/roster-editor') diff --git a/src/roster-editor/src/View/CharacterCard.elm b/src/roster-editor/src/View/CharacterCard.elm index 5b1187f..7febc9f 100644 --- a/src/roster-editor/src/View/CharacterCard.elm +++ b/src/roster-editor/src/View/CharacterCard.elm @@ -17,6 +17,8 @@ import Battle.Struct.Omnimods import Battle.Struct.Statistics import Battle.View.Omnimods +import Battle.View.Statistic +import Battle.View.Attribute -- Battle Characters ----------------------------------------------------------- import BattleCharacters.Struct.Armor @@ -348,8 +350,7 @@ get_relevant_stats stats = (Struct.Event.TabSelected Struct.UI.GlyphManagementTab) ) ] - [ - ] + (Battle.View.Statistic.get_all_but_gauges_html stats) ) get_attributes : ( @@ -359,14 +360,13 @@ get_attributes : ( get_attributes atts = (Html.div [ - (Html.Attributes.class "character-card-stats"), + (Html.Attributes.class "character-card-atts"), (Html.Attributes.class "clickable"), (Html.Events.onClick (Struct.Event.TabSelected Struct.UI.GlyphManagementTab) ) ] - [ - ] + (Battle.View.Attribute.get_all_html atts) ) -- cgit v1.2.3-70-g09d2