Hi,
Please check the latest edge version: the flash message partial you have is
not the latest one. It currently looks like:

- %w(info notice error).each do |type|
  - if flash[type.to_sym]
    .warning.flash_message{:class => "#{type.to_s}"}
      %span= h(flash[type.to_sym])
      %small
        %a{:href=>"#", :onclick=>"$$('div.flash_message')[0].hide();return
false"}=:close_this_message.l




Take care,
Bruno

On Sat, May 22, 2010 at 2:30 PM, Patrick Minton <[email protected]>wrote:

> The "forgot_password" and "forgot_username" functions of the
> users_controller set flash[:info] on success.  This should be
> flash[:notice], since the flash container partial looks like this:
>
>       - if [:error, :notice, :success].include?(name)
>         %p(class=name)
>           %b= msg
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "CommunityEngine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<communityengine%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/communityengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"CommunityEngine" 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/communityengine?hl=en.

Reply via email to