OSDN Git Service

Changed Note to Comment
authorSteven Verbeek <dubcanada@gmail.com>
Sat, 24 Mar 2012 21:19:26 +0000 (18:19 -0300)
committerSteven Verbeek <dubcanada@gmail.com>
Sat, 24 Mar 2012 21:19:26 +0000 (18:19 -0300)
app/views/notes/_form.html.haml

index 22bb3b9..7ec093b 100644 (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|