[Rails] Re: layout rendering problem

2014-07-14 Thread Eric Saupe
Because you have /layouts inside of /welcome it would need to be %= render 'welcome/layouts/login' % and I think you'll also need an underscore before login.html.haml to make it _login.html.haml because it's a partial. On Sunday, July 13, 2014 5:45:39 AM UTC-6, Roelof Wobben wrote: Hello,

[Rails] Re: layout rendering problem

2014-07-14 Thread Roelof Wobben
Thanks, I will work on this idea. Op maandag 14 juli 2014 19:43:31 UTC+2 schreef Eric Saupe: Because you have /layouts inside of /welcome it would need to be %= render 'welcome/layouts/login' % and I think you'll also need an underscore before login.html.haml to make it _login.html.haml