cosmetic move
This commit is contained in:
parent
96e5622351
commit
0399bb7dcf
1 changed files with 2 additions and 2 deletions
|
@ -44,14 +44,14 @@ module Instructeurs
|
||||||
|
|
||||||
def show
|
def show
|
||||||
@procedure = procedure
|
@procedure = procedure
|
||||||
|
|
||||||
@current_filters = current_filters
|
|
||||||
@available_fields_to_filters = available_fields_to_filters
|
@available_fields_to_filters = available_fields_to_filters
|
||||||
# Technically, procedure_presentation already sets the attribute.
|
# Technically, procedure_presentation already sets the attribute.
|
||||||
# Setting it here to make clear that it is used by the view
|
# Setting it here to make clear that it is used by the view
|
||||||
@procedure_presentation = procedure_presentation
|
@procedure_presentation = procedure_presentation
|
||||||
@displayed_fields_values = displayed_fields_values
|
@displayed_fields_values = displayed_fields_values
|
||||||
|
|
||||||
|
@current_filters = current_filters
|
||||||
|
|
||||||
@a_suivre_dossiers = current_instructeur
|
@a_suivre_dossiers = current_instructeur
|
||||||
.dossiers
|
.dossiers
|
||||||
.for_procedure(procedure)
|
.for_procedure(procedure)
|
||||||
|
|
Loading…
Add table
Reference in a new issue