Nilesh Kulkarni wrote:
[...]
>
> thank you for help i have corrected all,
I'm glad my advice was helpful.
> only one problem is
>
> <a class="ActionLink" href="#" onclick='if(confirm("Are you sure you
> want to delete this track and associated media file?"))
> showPane(parseLocation("<%=track_path%>"),true,false,true,"delete");return
> false;'>Delete</a>
>
> is converted into =>
>
> %a.ActionLink{ :href => "#", :onclick => "if(confirm("Are you sure you
> want to delete this track and associated media file?"))
> showPane(parseLocation("#{track_path}"),true,false,true,"delete");return
> false;" } Delete
>
> only this code is showing error rest all is correct............
The error (not a Ruby- or Haml-specific one) should be obvious with
about 5 seconds of inspection. If you can't see it, you have no
business programming in *any* language. Don't expect other people to do
your work for you on things this simple!
Best,
--
Marnen Laibow-Koser
http://www.marnen.org
[email protected]
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---