Merge pull request #2204 from betagouv/fix-typo

Fix a typo
This commit is contained in:
gregoirenovel 2018-07-04 18:13:36 +02:00 committed by GitHub
commit 14fabffbf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@
- if tpjs.present?
.card.featured
.card-title
Pièces-jointes
Pièces jointes
- tpjs.each do |tpj|
.pj-input
@ -42,7 +42,7 @@
- if dossier.was_piece_justificative_uploaded_for_type_id?(tpj.id)
- pj = dossier.retrieve_last_piece_justificative_by_type(tpj.id)
%p
Pièce-jointe déjà importée :
Pièce jointe déjà importée :
= link_to pj.original_filename, pj.content_url, target: :blank
= file_field_tag "piece_justificative_#{tpj.id}",