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

12 lines
569 B
Text
Raw Normal View History

2018-01-11 19:04:39 +01:00
- if !@facade.dossier.read_only?
- if user_signed_in? && (current_user.owns_or_invite?(@facade.dossier))
2018-04-24 16:02:36 +02:00
- if @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
%a#maj_pj.action{ "data-target" => "#upload-pj-modal",
"data-toggle" => "modal",
:type => "button",
style: 'margin-bottom: 15px; margin-top: -30px;' }
Modifier les documents
%br
= render partial: 'users/recapitulatif/modal_upload_pj'