demarches-normaliennes/app/views/dossiers/_edit_pieces_jointes.html.haml

12 lines
655 B
Text
Raw Normal View History

- unless @facade.dossier.read_only?
- if user_signed_in? && (@facade.dossier.owner?(current_user.email) || @facade.dossier.invite_by_user?(current_user.email))
- if @facade.procedure.cerfa_flag? || @facade.dossier.types_de_piece_justificative.size > 0
2017-04-06 15:32:05 +02:00
.col-lg-4.col-md-4.col-sm-4.col-xs-4.action
2017-04-06 19:10:25 +02:00
%a#maj_pj.action{ "data-target" => "#UploadPJmodal",
"data-toggle" => "modal",
:type => "button",
style: 'margin-bottom: 15px; margin-top: -30px;' }
Modifier les documents
%br
= render partial: 'users/recapitulatif/modal_upload_pj'