aboutsummaryrefslogtreecommitdiff
path: root/web/templates/audio_file/new.html.eex
blob: 916f7a3bc8b4f0a53c82bdc0e4e28266f1820b50 (plain)
1
2
3
4
5
6
<h2>New audio file</h2>

<%= render "form.html", changeset: @changeset,
                        action: audio_file_path(@conn, :create) %>

<%= link "Back", to: audio_file_path(@conn, :index) %>