Sha256: 971b661aa8cc3aae19ea805bbb38e5adb48d6fd5ec9b6e2cf2073b6b79d4aef4

Contents?: true

Size: 866 Bytes

Versions: 4

Compression:

Stored size: 866 Bytes

Contents

<div class="chat-send">

	<%= form_for Message.new, :remote => true, :html => { :class => "send-message" } do |f| %>
		<div class="send-bar">
			<%= link_to "", :class => "font-colorer" do%>
				<i class="font-colorer-icon"></i>
				<table class="chatroom-font-colors">
					<tbody>
					</tbody>
				</table>
			<% end %>

			<%= link_to "", :class => "emotions" do%>
				<i class="emotions-icon"></i>
				<table class="chatroom-emotions-images">
					<tbody>
					</tbody>
				</table>
			<% end %>

			<%= link_to "", :class => "font-bloder" do%>
				<i class="font-bloder-icon"></i>
			<% end %>

			<%= link_to "", :class => "font-italic" do%>
				<i class="font-italic-icon"></i>
			<% end %>
		</div>

		<%= f.text_area :content, :id => "new_message_editor", :rows => 5 %>

		<div class="send"><%= f.submit "Send", :class => "btn" %></div>
	<% end %>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

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