I have a simple div in my layout that I would like to change depending
on the action. For instance in the account/signup I would like it to
use
I’m trying to find the right if statement to use here… I thought that
maybe:
if :action => login would work but it doesn’t…
thanks…