diff options
Diffstat (limited to 'web/templates/audio_file/index.html.eex')
-rw-r--r-- | web/templates/audio_file/index.html.eex | 2 |
1 files changed, 1 insertions, 1 deletions
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 %> <tr> <td><%= audio_file.audio_path %></td> - <td><%= audio_file.transcription_file_path %></td> + <td><%= audio_file.audio_name %></td> <td><%= audio_file.audio_duration %></td> <td class="text-right"> |