Sha256: e498fe4035c5a45aa1bf87370e3559ed3c7c6e964b373f7f6c906c54fa293bbc

Contents?: true

Size: 327 Bytes

Versions: 4

Compression:

Stored size: 327 Bytes

Contents

<div id="chatroom">
	<div class="min-chatroom">Chatroom</div>

	<div class="chat-show">
		<div id="chat">
			<%= show_communications(@messages).html_safe %>
		</div>
	</div>
	<%= render "chatroom/messages/form" %>
</div>
<%= subscribe_to "/messages/new" %>

<div id="chatBeam">
	<div class="max-chatroom">Chatroom</div>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
chatroom-0.1.1 app/views/chatroom/messages/_chatroom.html.erb
chatroom-0.1.0 app/views/chatroom/messages/_chatroom.html.erb
chatroom-0.0.9 app/views/chatroom/messages/_chatroom.html.erb
chatroom-0.0.8 app/views/chatroom/messages/_chatroom.html.erb