Move procedure library to new design

This commit is contained in:
Frederic Merizen 2019-03-27 18:31:28 +01:00
parent ea6acbdd49
commit 5e21ebd93f
3 changed files with 44 additions and 27 deletions

View file

@ -199,6 +199,7 @@ class Admin::ProceduresController < AdminController
.where(id: significant_procedure_ids)
.group_by(&:organisation_name)
.sort_by { |_, procedures| procedures.first.created_at }
render layout: 'application'
end
def active_class