Skip to content
Snippets Groups Projects
Commit 684adc4e authored by Arnaud Levy's avatar Arnaud Levy
Browse files

better order

parent a91df749
No related branches found
No related tags found
No related merge requests found
......@@ -112,11 +112,11 @@
</div>
<div class="col-md-4">
<%= render 'admin/education/programs/forms/input_with_inheritance', f: f, property: :opportunities %>
<%= render 'admin/education/programs/forms/input_with_inheritance', f: f, property: :prerequisites %>
<%= render 'admin/education/programs/forms/input_with_inheritance', f: f, property: :evaluation %>
</div>
<div class="col-md-4">
<%= render 'admin/education/programs/forms/input_with_inheritance', f: f, property: :prerequisites %>
<%= render 'admin/education/programs/forms/input_with_inheritance', f: f, property: :pedagogy %>
<%= render 'admin/education/programs/forms/input_with_inheritance', f: f, property: :evaluation %>
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment