diff options
Diffstat (limited to 'web/templates/audio_file/show.html.eex')
-rw-r--r-- | web/templates/audio_file/show.html.eex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/audio_file/show.html.eex b/web/templates/audio_file/show.html.eex index 2cc05d4..ea841f0 100644 --- a/web/templates/audio_file/show.html.eex +++ b/web/templates/audio_file/show.html.eex @@ -9,7 +9,7 @@ <li> <strong>Transcription file path:</strong> - <%= @audio_file.transcription_file_path %> + <%= @audio_file.audio_name %> </li> <li> |