Re: [Rails] Re: Re: CSS Reference Lost in Some Cases

2014-02-18 Thread Ganesh Ranganathan
On Wed, Feb 19, 2014 at 1:45 AM, Farsheed Bamboat wrote: > <% content_for :head do %> > <%= stylesheet_link_tag '/stylesheets/ammos_new.css' %> > <% end %> Try <% content_for :head do %> <%= stylesheet_link_tag 'ammos_new' %> <% end %> -- You received this message because you are subscrib

[Rails] Re: Re: CSS Reference Lost in Some Cases

2014-02-18 Thread Farsheed Bamboat
Ganesh Ranganathan wrote in post #1137095: > On Wed, Feb 19, 2014 at 12:51 AM, Farsheed Bamboat > wrote: > >> Thanks Ganesh. I just tried that right now but the issue still persists. > > > Can you share the _form.html.erb code for head section > > Does it not work on development or Production, or b