7 lines
387 B
Plaintext
7 lines
387 B
Plaintext
.note_file#note_file{:id => note_file.id}
|
|
=l note_file.created_at, :format => :short
|
|
=note_file.name
|
|
=link_to "supprimer", note_file_path(note_file), :remote => true, :method => :delete, :confirm => "Voulez-vous vraiment supprimer ce fichier ?"
|
|
=link_to "voir", note_file_path(note_file), :target => "_blank"
|
|
=link_to "télécharger", note_file_path(note_file, :download => true)
|
|
|