diff options
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> |