Jason Guiditta wrote:
> * We were not showing the notification block on login/out
> page, added back in
> * link to user name did not bring you to your profile page.
> ---
>  src/app/views/layouts/_header.haml    |    4 ++--
>  src/app/views/layouts/aggregator.haml |    6 ++++--
>  2 files changed, 6 insertions(+), 4 deletions(-)
>
> diff --git a/src/app/views/layouts/_header.haml 
> b/src/app/views/layouts/_header.haml
> index 12c403b..abf356f 100644
> --- a/src/app/views/layouts/_header.haml
> +++ b/src/app/views/layouts/_header.haml
> @@ -10,8 +10,8 @@
>        %a{:href => ""}
>          = t(:configure)
>      %li.hello
> -      %a{:href => ""}
> -        = t(:hello)
> +      - link_to account_path do
> +        = t(:hello) + " "
>          %b
>            = @current_user.first_name + " " + @current_user.last_name
>      %li.logout
> diff --git a/src/app/views/layouts/aggregator.haml 
> b/src/app/views/layouts/aggregator.haml
> index e8ea782..f5a544e 100644
> --- a/src/app/views/layouts/aggregator.haml
> +++ b/src/app/views/layouts/aggregator.haml
> @@ -31,8 +31,10 @@
>        %header.container_16
>          = render :partial => '/layouts/header'
>      - if current_user.nil?
> -      #formwindow
> -        = yield
> +      #content.container_16
> +        = render :partial => '/layouts/notification'
> +        #formwindow
> +          = yield
>      - else
>        #subheader
>          %form#s.container_16
>   
ACK and pushed

_______________________________________________
deltacloud-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/deltacloud-devel

Reply via email to