Moves geozones from questions to polls in admin forms

This commit is contained in:
kikito
2017-01-24 18:08:15 +01:00
parent 65b0d27995
commit 176a190149
2 changed files with 21 additions and 20 deletions

View File

@@ -29,17 +29,6 @@
ckeditor: { language: I18n.locale } %>
</div>
<div class="row">
<%= f.collection_check_boxes(:geozone_ids, @geozones, :id, :name) do |b| %>
<div class="small-6 medium-3 column">
<%= b.label do %>
<%= b.check_box + b.text %>
<% end %>
</div>
<% end %>
</div>
<%# TODO include all link %>
<div class="row">
<div class="actions small-12 medium-4 column margin-top">
<%= f.submit(class: "button expanded", value: t("shared.save")) %>
@@ -48,4 +37,4 @@
</div>
</div>
<% end %>
<% end %>