Moves geozones from question to poll in user show views
This commit is contained in:
@@ -14,12 +14,6 @@
|
||||
<% end %>
|
||||
|
||||
<p><%= @question.summary %></p>
|
||||
|
||||
<ul class="no-bullet margin-top tags">
|
||||
<% @question.geozones.each do |g| %>
|
||||
<li class="inline-block"><span><%= g.name %></span></li>
|
||||
<% end %>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="small-12 medium-3 column info">
|
||||
|
||||
@@ -11,6 +11,11 @@
|
||||
<%= 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>
|
||||
<% end %>
|
||||
</ul>
|
||||
|
||||
<%= render "callout" %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user