removes total question count text on polls show
This commit is contained in:
@@ -8,10 +8,6 @@
|
||||
<%= back_link_to polls_path %>
|
||||
|
||||
<h2><%= @poll.name %></h2>
|
||||
<p>
|
||||
<%= t("polls.show.question_count_html",
|
||||
count: @poll.questions.count) %>
|
||||
</p>
|
||||
<ul class="no-bullet margin-top tags">
|
||||
<% @poll.geozones.each do |g| %>
|
||||
<li class="inline-block"><span><%= g.name %></span></li>
|
||||
|
||||
Reference in New Issue
Block a user