Fix "more info" heading
We were using an <h3> tag when there was no <h2> tag before it.
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
<div class="expanded poll-more-info">
|
<div class="expanded poll-more-info">
|
||||||
<div class="row margin">
|
<div class="row margin">
|
||||||
<div class="small-12 medium-9 column">
|
<div class="small-12 medium-9 column">
|
||||||
<h3><%= t("polls.show.more_info_title") %></h3>
|
<h2><%= t("polls.show.more_info_title") %></h2>
|
||||||
<%= auto_link_already_sanitized_html simple_format(@poll.description) %>
|
<%= auto_link_already_sanitized_html simple_format(@poll.description) %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user