Move procedure library to new design
This commit is contained in:
parent
ea6acbdd49
commit
5e21ebd93f
3 changed files with 44 additions and 27 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue