修改进入问卷结果页面描述样式显示不正确的BUG

memcached_alan
sw 11 years ago
parent 3cac4336cd
commit b0897638d9

@ -4,9 +4,7 @@
<h1 class="ur_page_title"> <h1 class="ur_page_title">
<%= @poll.polls_name.empty? ? l(:label_poll_new) : @poll.polls_name %> <%= @poll.polls_name.empty? ? l(:label_poll_new) : @poll.polls_name %>
</h1> </h1>
<p class="ur_prefix_content"> <%= @poll.polls_description.nil? ? "" : @poll.polls_description.html_safe%>
<%= @poll.polls_description%>
</p>
</div> </div>
<div class="ur_card"> <div class="ur_card">
<ol class="ur_questions"> <ol class="ur_questions">

@ -33,9 +33,7 @@
<h1 class="ur_page_title"> <h1 class="ur_page_title">
<%= @poll.polls_name%> <%= @poll.polls_name%>
</h1> </h1>
<p class="ur_prefix_content"> <%= @poll.polls_description.nil? ? "" : @poll.polls_description.html_safe%>
<%= @poll.polls_description.html_safe %>
</p>
</div> </div>

Loading…
Cancel
Save