aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/messages
diff options
context:
space:
mode:
authorKir2011-11-16 14:41:29 +0400
committerKir2011-11-16 14:41:29 +0400
commit661590c630f022fc678c4d5664b497db13de6eec (patch)
tree0c434d3e4560b6cb13c7184c31472dd824b5bbe5 /app/views/messages
parent61bd4dd67fdaee93af6994d539b86d46cd1c45f1 (diff)
downloadinboxes-661590c630f022fc678c4d5664b497db13de6eec.tar.bz2
Faye integration, resources under modulev0.0.1
Diffstat (limited to 'app/views/messages')
-rw-r--r--app/views/messages/_form.html.haml7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/views/messages/_form.html.haml b/app/views/messages/_form.html.haml
deleted file mode 100644
index f85ed37..0000000
--- a/app/views/messages/_form.html.haml
+++ /dev/null
@@ -1,7 +0,0 @@
-.message_form
- = form_for Message.new, :url => discussion_messages_path(@discussion.id), :method => :post do |f|
- %p
- = f.label :body
- %br
- = f.text_area :body
- %p= f.submit \ No newline at end of file