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/edit.html.eex | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 web/templates/audio_file/edit.html.eex (limited to 'web/templates/audio_file/edit.html.eex') diff --git a/web/templates/audio_file/edit.html.eex b/web/templates/audio_file/edit.html.eex new file mode 100644 index 0000000..d5f9593 --- /dev/null +++ b/web/templates/audio_file/edit.html.eex @@ -0,0 +1,6 @@ +

Edit audio file

+ +<%= render "form.html", changeset: @changeset, + action: audio_file_path(@conn, :update, @audio_file) %> + +<%= link "Back", to: audio_file_path(@conn, :index) %> -- cgit v1.2.1