From 92237133291873f841ccb1808ebc45318494dec0 Mon Sep 17 00:00:00 2001 From: neodarz Date: Fri, 17 Feb 2017 10:24:14 +0100 Subject: Add id before the name of the file --- web/templates/audio_file/index.html.eex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/templates/audio_file/index.html.eex b/web/templates/audio_file/index.html.eex index 59b73a9..d598af4 100644 --- a/web/templates/audio_file/index.html.eex +++ b/web/templates/audio_file/index.html.eex @@ -13,7 +13,7 @@ <%= for audio_file <- @audio_file do %> - <%= audio_file.audio_path %> + <%= audio_file.id %>_<%= audio_file.audio_path %> <%= audio_file.audio_name %> <%= audio_file.audio_duration %> -- cgit v1.2.1