[PATCH] BZ 798347 added breadcrumb back to realms index

Matt Wagner matt.wagner at redhat.com
Thu Mar 1 21:31:40 UTC 2012


On Thu, Mar 01, 2012 at 01:11:52PM -0500, Tzu-Mainn Chen wrote:
> ---
>  src/app/views/realms/show.html.haml |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/src/app/views/realms/show.html.haml b/src/app/views/realms/show.html.haml
> index b3ef52d..133731f 100644
> --- a/src/app/views/realms/show.html.haml
> +++ b/src/app/views/realms/show.html.haml
> @@ -2,6 +2,9 @@
>  %header.admin-page-header
>    %h1{:class => controller.controller_name}= @title
>    #obj_actions.button-container
> +    .return_to
> +      =t'return_to'
> +      = link_to t('realms.realms'), realms_path
>      - if check_privilege(Privilege::CREATE, Realm)
>        = link_to t('realms.new_realm'), new_realm_url, :class => 'button primary', :id => 'new_realm_button'
>      .button-group
> -- 
> 1.7.6.5

ACK, except that your commit message looks like it's still for the older
version of this.

-- Matt



More information about the aeolus-devel mailing list