We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44aa9bd commit a5b7808Copy full SHA for a5b7808
app/views/questions/tally.html.erb
@@ -1,7 +1,7 @@
1
<h2><%= @consultation.title %></h2>
2
<% if @question.description %>
3
<div class="mb-3">
4
- <%= markdown @question.description, plain_text: true %>
+ <%= markdown @question.description %>
5
</div>
6
<% end %>
7
<%= render "questions/ballot/#{@consultation.ballot}" %>
0 commit comments