def getFileTypeImage(str) case str when "pdf" <%= img_pdf %> when "archive" <%= img_archive %> else "" end end