Skip to content

Commit

Permalink
Fixed a missing simple quote.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy Coutable committed Aug 25, 2010
1 parent 4e40f00 commit 58e2fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_view/helpers/url_helper.rb
Expand Up @@ -367,7 +367,7 @@ def button_to(name, options = {}, html_options = {})
# "Go Back" link instead of a link to the comments page, we could do something like this...
#
# <%=
# link_to_unless_current("Comment", { :controller => 'comments', :action => 'new}) do
# link_to_unless_current("Comment", { :controller => 'comments', :action => 'new'}) do
# link_to("Go back", { :controller => 'posts', :action => 'index' })
# end
# %>
Expand Down

0 comments on commit 58e2fa3

Please sign in to comment.