Displaying 1 result from an estimated 1 matches for "ascase".
Did you mean:
as_case
2006 Jan 29
1
RJS template problem!
...gged_in_user.id
else
flash[:notice] = "ungültige Daten!"
end
end
.
.
.
end
with this rjs template:
login.rjs:
if @logged_in_user
page.replace_html ''content'', ''welcome!''
page.replace_html ''nav'', :partial => "ascase/navi"
else
page.replace_html ''content'', :partial => ''loginform''
page.visual_effect :highlight, ''notice'', :duration => 2
flash[:notice] = ""
end
and my loginform partial:
<h1>Login</h1>
<div id="notic...