File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7575 < div class ="d-flex align-items-center actions ">
7676 {% if file.file|file_extension in ".csv, .txt" %}
7777 < a href ="/media/{{ file.file }} ">
78- < i class ="fa-solid fa-eye text-primary "> </ i >
78+ < i title =" View " class ="fa-solid fa-eye text-primary "> </ i >
7979 </ a >
8080 {% elif file.file|file_extension == '.pdf' %}
8181 < object data ="/media/{{ file.file }} " type ="application/pdf ">
8282 < a href ="/media/{{ file.file }} ">
83- < i class ="fa-solid fa-eye text-primary "> </ i >
83+ < i title =" View " class ="fa-solid fa-eye text-primary "> </ i >
8484 </ a >
8585 </ object >
8686 {% else %}
8787 < span data-bs-toggle ="modal " data-bs-target ="#file-{{forloop.counter}} ">
88- < i class ="fa-solid fa-eye text-primary "> </ i >
88+ < i title =" View " class ="fa-solid fa-eye text-primary "> </ i >
8989 </ span >
9090 {% endif %}
9191 < div class ="dot-separator mx-2 "> </ div >
9292 < span >
9393 < a href ="{% url 'download_file' file.file|encoded_file_path %} ">
94- < i class ="fa-solid fa-download text-success "> </ i >
94+ < i title =" Download " class ="fa-solid fa-download text-success "> </ i >
9595 </ a >
9696 </ span >
9797 < div class ="dot-separator mx-2 "> </ div >
9898 < span data-bs-toggle ="modal " data-bs-target ="#delete-{{forloop.counter}} ">
99- < i class ="fa-solid fa-trash text-danger "> </ i >
99+ < i title =" Delete " class ="fa-solid fa-trash text-danger "> </ i >
100100 </ span >
101101 </ div >
102102 </ td >
You can’t perform that action at this time.
0 commit comments