Dossier_list_controller: same name pattern
This commit is contained in:
parent
5b475fdd06
commit
0862f2fc51
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ class Backoffice::DossiersListController < ApplicationController
|
|||
default_smart_listing_create :new_dossiers, service.nouveaux
|
||||
default_smart_listing_create :follow_dossiers, service.suivi
|
||||
default_smart_listing_create :all_state_dossiers, service.all_state
|
||||
default_smart_listing_create :dossiers_archived, service.archive
|
||||
default_smart_listing_create :archived_dossiers, service.archive
|
||||
end
|
||||
|
||||
private
|
||||
|
|
|
@ -63,4 +63,4 @@
|
|||
= pluralize(@dossiers_archived.count, "dossier")
|
||||
|
||||
%div.body
|
||||
= smart_listing_render :dossiers_archived
|
||||
= smart_listing_render :archived_dossiers
|
||||
|
|
Loading…
Reference in a new issue