diff --git a/app/views/categories/index.html.erb b/app/views/categories/index.html.erb index 5084a7e01f4..2733cc8167b 100644 --- a/app/views/categories/index.html.erb +++ b/app/views/categories/index.html.erb @@ -6,7 +6,7 @@

<%= c.name %>

- <%= c.description.html_safe %> + <%= c.description&.html_safe %> <% end %>