From ffc0bb5dab06874f2737a3def62835e45e0cd676 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Tue, 4 Feb 2020 17:06:22 +0100 Subject: Parse exports --- lib/waev_web/templates/exports/show.html.eex | 36 +++++++++------------------- 1 file changed, 11 insertions(+), 25 deletions(-) (limited to 'lib/waev_web/templates') diff --git a/lib/waev_web/templates/exports/show.html.eex b/lib/waev_web/templates/exports/show.html.eex index 4351a17..4f0e3f5 100644 --- a/lib/waev_web/templates/exports/show.html.eex +++ b/lib/waev_web/templates/exports/show.html.eex @@ -3,33 +3,19 @@ ID: <%= @id %>
-

Left

-
    -
  • - Link 1 -
  • -
  • - Text 2 -
  • -
  • - Text 3 -
  • -
+

<%= @export.left %>

-

Right

-
    -
  • - Link 1 -
  • -
  • - Text 2 -
  • -
  • - Text 3 -
  • -
+

<%= @export.right %>

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