From b3782881f9c9e1f9e11d5c2de8477946f5b826e8 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 8 Nov 2023 13:52:51 +0800 Subject: [PATCH] Create custom chat dialog template --- templates/chat.html.erb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/chat.html.erb diff --git a/templates/chat.html.erb b/templates/chat.html.erb new file mode 100644 index 0000000..9a59442 --- /dev/null +++ b/templates/chat.html.erb @@ -0,0 +1,13 @@ + + role="figure" + class="dialogblock <%= role %>" + data-avatar="<%= attr 'name' %>"> +
+ <%= attr 'name' %> +
+
+ <%= content %> +
+