aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/templates/audio_file/index.html.eex2
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>