Format board description

On community, we use formatted text in the description. The community
text renders fine within the table, so I believe we can enable it.
pull/6624/head
Oliver Günther 6 years ago
parent 7d300a9cea
commit 2264a7baee
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 2
      app/views/boards/index.html.erb

@ -82,7 +82,7 @@ See docs/COPYRIGHT.rdoc for more details.
<tr>
<td class="-no-ellipsis">
<%= link_to h(board.name), { action: 'show', id: board }, class: "board" %><br />
<%=h board.description %>
<%= format_text(board.description) %>
</td>
<td><%= board.topics_count %></td>
<td><%= board.messages_count %></td>

Loading…
Cancel
Save