From 8d352d2f05874dd9283360ed3dfc1fa7fc3e530d Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Mon, 10 Feb 2020 17:18:00 +0100 Subject: Fix the stuffs --- lib/waev_web/templates/exports/show.html.eex | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 265374a..4d7de74 100644 --- a/lib/waev_web/templates/exports/show.html.eex +++ b/lib/waev_web/templates/exports/show.html.eex @@ -1,9 +1,11 @@
@@ -20,15 +22,13 @@
<%= case message.attachment do %> - <% %Waev.Export.Message.File{filename: filename, available: true, type: :photo} -> %> + <% %Waev.Export.Message.File{filename: filename, type: :image} -> %> <% _ -> %> <% end %>