2015-12-02 18:03:52 +01:00
|
|
|
#backoffice_index
|
2016-08-01 18:10:32 +02:00
|
|
|
#pref_list_menu
|
2016-09-06 11:07:26 +02:00
|
|
|
= render partial: 'backoffice/dossiers/pref_list'
|
2016-10-18 15:51:32 +02:00
|
|
|
|
2016-11-07 17:23:58 +01:00
|
|
|
=link_to t('dynamics.backoffice.download_all_dossiers_csv'), backoffice_download_dossiers_tps_path(format: :csv), {class: 'btn btn-success btn-sm', style: 'float: right; margin-right: 4%; margin-top: 7px'}
|
|
|
|
=link_to t('dynamics.backoffice.download_all_dossiers_xlsx'), backoffice_download_dossiers_tps_path(format: :xlsx), {class: 'btn btn-success btn-sm', style: 'float: right; margin-right: 4%; margin-top: 7px'}
|
2016-11-03 16:46:26 +01:00
|
|
|
%h1
|
|
|
|
=t('dynamics.backoffice.title')
|
2016-10-18 15:51:32 +02:00
|
|
|
|
2016-10-24 16:00:03 +02:00
|
|
|
= render partial: 'backoffice/dossiers/onglets'
|
2015-11-13 15:23:21 +01:00
|
|
|
|
2016-01-08 11:39:04 +01:00
|
|
|
= smart_listing_render :dossiers
|
2016-08-12 13:56:10 +02:00
|
|
|
|
|
|
|
%br
|
|
|
|
%br
|
2016-10-24 14:56:01 +02:00
|
|
|
- unless Features.opensimplif
|
|
|
|
= render partial: 'backoffice/dossiers/state_description', locals: {dossiers_list_facade: @dossiers_list_facade}
|