Commit 54dc2d5c3242fc7aa700b0f1961c6801ec48ac9c
1 parent
d3cb694e
Exists in
master
and in
4 other branches
Changed Note to Comment
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/notes/_form.html.haml
1 | = form_for [@project, @note], :remote => "true", :multipart => true do |f| | 1 | = form_for [@project, @note], :remote => "true", :multipart => true do |f| |
2 | - %h3 Leave a note | 2 | + %h3 Leave a comment |
3 | -if @note.errors.any? | 3 | -if @note.errors.any? |
4 | .alert-message.block-message.error | 4 | .alert-message.block-message.error |
5 | - @note.errors.full_messages.each do |msg| | 5 | - @note.errors.full_messages.each do |msg| |