bigbluebutton-Github/labs/bbb-html5-client/public/templates/chat_message.html
Leonardo Crauss Daronco e0d394896f HTML5: restructuring the client's html
Removing all the styling from the javascript files, it should all be done
in the css. Not finished yet, the chat and login screens still need a lot
of work.
2013-10-31 17:36:38 -02:00

5 lines
155 B
HTML

<article class="chat-message-wrapper">
<span class="chat-username"><%= username %>:</span>
<span class="chat-message"><%= message %></span>
</article>