Skip to content

Commit

Permalink
Issue fatfreecrm#218 - Fixed bad querystring generation
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyken committed Dec 5, 2012
1 parent 8216e8f commit b7b12e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/comments/_edit.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
%div{:style => "padding:6px 0px 0px 40px;"}
= f.submit t(:save_note)
#{t :or}
= link_to(t(:cancel), edit_comment_path("#{class_name}_id" => commentable) + '?cancel=true', :remote => true)
= link_to(t(:cancel), edit_comment_path("#{class_name}_id" => commentable, :cancel => true), :remote => true)

0 comments on commit b7b12e0

Please sign in to comment.