From 79e2f74db9f32b73171d24bf0ae971907b9b6271 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Tue, 4 Feb 2020 17:18:22 +0100 Subject: UI: getting closer --- lib/waev_web/templates/exports/show.html.eex | 32 ++++++++++++++-------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'lib/waev_web/templates/exports') diff --git a/lib/waev_web/templates/exports/show.html.eex b/lib/waev_web/templates/exports/show.html.eex index 4f0e3f5..b8cb69c 100644 --- a/lib/waev_web/templates/exports/show.html.eex +++ b/lib/waev_web/templates/exports/show.html.eex @@ -1,21 +1,21 @@ ID: <%= @id %> -
-
-
-

<%= @export.left %>

-
-
-

<%= @export.right %>

-
-
+
+
+
+ <%= @export.left %> +
+
+ <%= @export.right %> +
+
<%= for message <- @export.messages do %> -
-
+
+
<%= message.text %> -
-
-
-
+
+ <%= message.date %> +
+ <% end %> -
+ -- cgit v1.2.3