From 033d07a519bac03fdfd28ca15e09cc287e80fd14 Mon Sep 17 00:00:00 2001 From: neodarz Date: Tue, 24 Jan 2017 17:09:18 +0100 Subject: Initial commit with non-functional pieces of code about file upload --- web/templates/audio_file/show.html.eex | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 web/templates/audio_file/show.html.eex (limited to 'web/templates/audio_file/show.html.eex') diff --git a/web/templates/audio_file/show.html.eex b/web/templates/audio_file/show.html.eex new file mode 100644 index 0000000..2cc05d4 --- /dev/null +++ b/web/templates/audio_file/show.html.eex @@ -0,0 +1,23 @@ +

Show audio file

+ + + +<%= link "Edit", to: audio_file_path(@conn, :edit, @audio_file) %> +<%= link "Back", to: audio_file_path(@conn, :index) %> -- cgit v1.2.1