diff options
author | David Gay <david@davidgay.org> | 2021-06-03 09:16:12 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-06-03 09:16:12 -0400 |
commit | 5c79a9376feab23366859a3bbf44cf393d39ad91 (patch) | |
tree | b32c37ccc8dacf844816a71d9197d8bd8b0c19fa /app/views/look | |
parent | 7f6117a84a0901a90e09680ba111c003d8c942a6 (diff) |
Add line break after combat results
Diffstat (limited to 'app/views/look')
-rw-r--r-- | app/views/look/_results.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/look/_results.html.erb b/app/views/look/_results.html.erb index 2c79812..1da0af7 100644 --- a/app/views/look/_results.html.erb +++ b/app/views/look/_results.html.erb @@ -25,6 +25,8 @@ <p><%= result[:body] %></p> <% when "error" %> <p class="text-red-500"><%= result[:message] %></p> + <% when "br" %> + <br /> <% end %> <% end %> </div> |