Commit 4b2a6ea1558c9d4510f35a091404a6f02fe86fb4

Authored by ailsoncgt
1 parent f0857db0

Template to render a new file #133

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
files/templates/files/render_file.html 0 → 100644
... ... @@ -0,0 +1 @@
  1 +<li id="file_{{ file.slug }}"><i class="material-icons">{{ file.file_type.icon }}</i> <a href="{{ file.file_url.url }}" target="_blank">{{ file.name }}</a></li>
0 2 \ No newline at end of file
... ...