mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fixed a missing simple quote.
This commit is contained in:
@@ -367,7 +367,7 @@ module ActionView
|
||||
# "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
|
||||
# %>
|
||||
|
||||
Reference in New Issue
Block a user