From e748d11bfd2232b77aeb5dae0d1e76ebb2988afb Mon Sep 17 00:00:00 2001 From: neodarz Date: Thu, 9 Feb 2017 14:07:40 +0100 Subject: Update the column name transcrib_file to audio_name --- web/templates/audio_file/index.html.eex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/templates/audio_file/index.html.eex') diff --git a/web/templates/audio_file/index.html.eex b/web/templates/audio_file/index.html.eex index 445178d..59b73a9 100644 --- a/web/templates/audio_file/index.html.eex +++ b/web/templates/audio_file/index.html.eex @@ -14,7 +14,7 @@ <%= for audio_file <- @audio_file do %> <%= audio_file.audio_path %> - <%= audio_file.transcription_file_path %> + <%= audio_file.audio_name %> <%= audio_file.audio_duration %> -- cgit v1.2.1