[PATCH conductor] Fixed deprecation warning in pool_families#edit

Jozef Zigmund jzigmund at redhat.com
Thu Dec 8 13:37:21 UTC 2011


On Thursday 08 December 2011 14:04:51 jzigmund at redhat.com wrote:
> From: Jozef Zigmund <jzigmund at redhat.com>
> 
> ---
>  src/app/views/pool_families/edit.html.haml |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/src/app/views/pool_families/edit.html.haml
> b/src/app/views/pool_families/edit.html.haml index ff9d3e3..ebfa9a4 100644
> --- a/src/app/views/pool_families/edit.html.haml
> +++ b/src/app/views/pool_families/edit.html.haml
> @@ -11,5 +11,5 @@
>      %h2.settings= t("settings.settings")
> 
>    .content
> -    -form_for @pool_family, :url => pool_family_path(@pool_family), :html
> => { :method => :put, :class => 'generic' } do |f| +    = form_for
> @pool_family, :url => pool_family_path(@pool_family), :html => { :method =>
> :put, :class => 'generic' } do |f| = render :partial => 'form', :locals =>
> { :form => f, :cancel_path => providers_path }

Self ACKed & pushed.



More information about the aeolus-devel mailing list