diff options
author | David Gay <david@davidgay.org> | 2021-05-26 21:26:58 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-26 21:26:58 -0400 |
commit | 7247a6fb0b3b374f3dac651bd2b133bcb5303534 (patch) | |
tree | b8d27ff62025494ce39fed0cc9b3f77309658cab /app/views | |
parent | 8cec9b3f6f277399c6da23a04d8afb0c68cf8a2b (diff) |
Simple effect checking allows listern font level 2 to have an effect
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/characters/show.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/characters/show.html.erb b/app/views/characters/show.html.erb index 84e1ff5..382cdc7 100644 --- a/app/views/characters/show.html.erb +++ b/app/views/characters/show.html.erb @@ -29,8 +29,8 @@ <table class="table-auto"> <tbody> <tr> - <th class="table-cell-padded text-right">Current Wounds</th> - <td class="table-cell-padded"><%= @character.wounds %></td> + <th class="table-cell-padded text-right">Wounds</th> + <td class="table-cell-padded"><%= @character.wounds %> / <%= @character.max_wounds %></td> </tr> <tr> <th class="table-cell-padded text-right">Max HP</th> |