Marnen Laibow-Koser wrote:
> On Apr 14, 7:55�am, Nilesh Kulkarni <[email protected]>
> wrote:
>
> You have an elsif without a condition. Did you mean else? And why an
> h4 when there's no h3 to nest it in?
>
> Let me know if you have any further questions. But if you're going to
> work with Rails, *please* take the time to learn the Rails way of
> doing things -- you will be much happier.
>
thank you for help i have corrected all, 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............
--
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
-~----------~----~----~----~------~----~------~--~---