diff --git a/app/views/phases/edit.html.erb b/app/views/phases/edit.html.erb index f1fc89a..f91d5f7 100644 --- a/app/views/phases/edit.html.erb +++ b/app/views/phases/edit.html.erb @@ -21,7 +21,7 @@
- <% @phase.sections.each do |section| %> + <% @phase.sections.order(:number).each do |section| %> <% sectionid = section.id %>