Skip to content

Commit a5b7808

Browse files
committed
fix(questions): show rendered Markdown description on tally screen
1 parent 44aa9bd commit a5b7808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/questions/tally.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h2><%= @consultation.title %></h2>
22
<% if @question.description %>
33
<div class="mb-3">
4-
<%= markdown @question.description, plain_text: true %>
4+
<%= markdown @question.description %>
55
</div>
66
<% end %>
77
<%= render "questions/ballot/#{@consultation.ballot}" %>

0 commit comments

Comments
 (0)