From aa0213ad46ca0dcb3e64e14cee2676d8fdc60110 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Thu, 6 Feb 2020 20:27:35 +0100 Subject: /attachments -> /media --- lib/waev_web/templates/exports/show.html.eex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/waev_web/templates/exports/show.html.eex') diff --git a/lib/waev_web/templates/exports/show.html.eex b/lib/waev_web/templates/exports/show.html.eex index 425f2f8..265374a 100644 --- a/lib/waev_web/templates/exports/show.html.eex +++ b/lib/waev_web/templates/exports/show.html.eex @@ -21,7 +21,7 @@
<%= case message.attachment do %> <% %Waev.Export.Message.File{filename: filename, available: true, type: :photo} -> %> - <%= filename %> + <%= filename %> <% _ -> %> <% end %>
@@ -29,7 +29,7 @@ <% %Waev.Export.Message.File{filename: filename, available: false} -> %> (fichero adjunto no disponible) <% %Waev.Export.Message.File{filename: filename, available: true, type: :file} -> %> - + <% _ -> %> <% end %> -- cgit v1.2.3