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="row margin">
|
||||
<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) %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user