diff --git a/app/views/boards/index.html.erb b/app/views/boards/index.html.erb index 92fc2890b6..f27db7eea5 100644 --- a/app/views/boards/index.html.erb +++ b/app/views/boards/index.html.erb @@ -82,7 +82,7 @@ See docs/COPYRIGHT.rdoc for more details. <%= link_to h(board.name), { action: 'show', id: board }, class: "board" %>
- <%=h board.description %> + <%= format_text(board.description) %> <%= board.topics_count %> <%= board.messages_count %>