Merge admin dashboard to new design for procedure details
This commit is contained in:
parent
a084fd199f
commit
7f3b38cfee
13 changed files with 214 additions and 9 deletions
|
@ -12,6 +12,10 @@ module NewAdministrateur
|
|||
@procedure ||= Procedure.new(for_individual: true)
|
||||
end
|
||||
|
||||
def show
|
||||
@procedure = current_administrateur.procedures.find(params[:id])
|
||||
end
|
||||
|
||||
def edit
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue