Fix "Add option" link position
The new options were being added inside the `.column` div, when they needed to be added before it.
This commit is contained in:
@@ -35,8 +35,8 @@
|
||||
<%= render 'question_option_fields', f: ff %>
|
||||
<% end %>
|
||||
|
||||
<div class="small-12 medium-9 column">
|
||||
<div class="add_fields_container">
|
||||
<div class="add_fields_container">
|
||||
<div class="small-12 medium-9 column">
|
||||
<%= link_to_add_association t("admin.legislation.questions.form.add_option"),
|
||||
f, :question_options, class: "button hollow" %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user