diff --git a/app/views/proposals/_info.html.erb b/app/views/proposals/_info.html.erb index 44d5b76f3..6d0abf91c 100644 --- a/app/views/proposals/_info.html.erb +++ b/app/views/proposals/_info.html.erb @@ -60,10 +60,11 @@

<%= text_with_links @proposal.video_url %> - <% end %> -

<%= @proposal.question %>

+<% if @proposal.question.present? %> +

<%= @proposal.question %>

+<% end %> <% if @proposal.retired? %>