diff options
Diffstat (limited to 'web/templates')
-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 59b73a9..d598af4 100644 --- a/web/templates/audio_file/index.html.eex +++ b/web/templates/audio_file/index.html.eex @@ -13,7 +13,7 @@ <tbody> <%= for audio_file <- @audio_file do %> <tr> - <td><%= audio_file.audio_path %></td> + <td><%= audio_file.id %>_<%= audio_file.audio_path %></td> <td><%= audio_file.audio_name %></td> <td><%= audio_file.audio_duration %></td> |