[PATCH] BZ 790823 fix cancel redirect

Richard Su rwsu at redhat.com
Fri Feb 17 00:11:04 UTC 2012


On 02/15/2012 12:02 PM, Tzu-Mainn Chen wrote:
> ---
>   src/app/views/images/edit_xml.html.haml |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/app/views/images/edit_xml.html.haml b/src/app/views/images/edit_xml.html.haml
> index 14412c1..ce330e3 100644
> --- a/src/app/views/images/edit_xml.html.haml
> +++ b/src/app/views/images/edit_xml.html.haml
> @@ -17,5 +17,5 @@
>
>         .centered
>           %fieldset.align-center
> -          = link_to t(:cancel), pool_family_path(@environment), :class =>  'button danger'
> +          = link_to t(:cancel), pool_families_path, :class =>  'button danger'
>             = submit_tag t('.save_and_continue'), :class =>  'button primary', :id =>  'save_image'

Ack. Redirects back to Clouds / Pool Families page.



More information about the aeolus-devel mailing list