diff options
author | Guillermo Ramos | 2020-02-13 11:45:23 +0100 |
---|---|---|
committer | Guillermo Ramos | 2020-02-13 12:34:42 +0100 |
commit | abb9777717fb24b4eba0410a6ba7c10f3fd7cfa6 (patch) | |
tree | a56cd06a4253c17885a15ff7821bc649fbdf9d3a /lib | |
parent | 4c3477a3691a8f172bba8c240ab3b43cc34f542e (diff) | |
download | waev-abb9777717fb24b4eba0410a6ba7c10f3fd7cfa6.tar.gz |
Color palette
Diffstat (limited to 'lib')
-rw-r--r-- | lib/waev_web/templates/exports/show.html.eex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/waev_web/templates/exports/show.html.eex b/lib/waev_web/templates/exports/show.html.eex index a63a01b..b9f84d5 100644 --- a/lib/waev_web/templates/exports/show.html.eex +++ b/lib/waev_web/templates/exports/show.html.eex @@ -12,7 +12,7 @@ <%= for {side, block} <- blocks do %> <div class="row--padded"></div> <%= for message <- block do %> - <%= case message.side do %> + <%= case side do %> <% :left -> %> <div class="row row-left"> <%= party_avatar(assigns, @export.left, :tiny) %> |