[fix #1015] New UI: add attachment history

This commit is contained in:
Simon Lehericey 2017-12-07 11:52:35 +01:00
parent d59ee75488
commit b551ae8097
3 changed files with 38 additions and 7 deletions

View file

@ -0,0 +1,5 @@
module PieceJustificativeHelper
def display_pj_filename(pj)
truncate(pj.original_filename, length: 60)
end
end