Skip to content

Commit

Permalink
fix(questions): show full description on tally screen
Browse files Browse the repository at this point in the history
  • Loading branch information
darccio committed Dec 12, 2024
1 parent 953f6c3 commit 44aa9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/questions/tally.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h2><%= @consultation.title %></h2>
<% if @question.description %>
<div class="mb-3">
<%= markdown @question.short_description, plain_text: true %>
<%= markdown @question.description, plain_text: true %>
</div>
<% end %>
<%= render "questions/ballot/#{@consultation.ballot}" %>
Expand Down

0 comments on commit 44aa9bd

Please sign in to comment.