blob: d5f95930db34554e2834977ae534561c1035746d (
plain)
1
2
3
4
5
6
|
<h2>Edit audio file</h2>
<%= render "form.html", changeset: @changeset,
action: audio_file_path(@conn, :update, @audio_file) %>
<%= link "Back", to: audio_file_path(@conn, :index) %>
|