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