[fix #1015] New UI: add attachment history
This commit is contained in:
parent
d59ee75488
commit
b551ae8097
3 changed files with 38 additions and 7 deletions
5
app/helpers/piece_justificative_helper.rb
Normal file
5
app/helpers/piece_justificative_helper.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
module PieceJustificativeHelper
|
||||
def display_pj_filename(pj)
|
||||
truncate(pj.original_filename, length: 60)
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue