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 %> +
+