Changed Note to Comment

This commit is contained in:
Steven Verbeek 2012-03-24 18:19:26 -03:00
parent d3cb694edb
commit 54dc2d5c32

View file

@ -1,5 +1,5 @@
= form_for [@project, @note], :remote => "true", :multipart => true do |f|
%h3 Leave a note
%h3 Leave a comment
-if @note.errors.any?
.alert-message.block-message.error
- @note.errors.full_messages.each do |msg|