Revert "Feat/5287 - New design for admin procedure detail"

This commit is contained in:
Kara Diaby 2020-07-13 11:36:42 +02:00 committed by GitHub
parent cc7e6853e7
commit cf5eb3f251
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 9 additions and 214 deletions

View file

@ -12,10 +12,6 @@ module NewAdministrateur
@procedure ||= Procedure.new(for_individual: true)
end
def show
@procedure = current_administrateur.procedures.find(params[:id])
end
def edit
end