[PATCH conductor] BZ#795911 added cancel button to poolfamilies#new

Tomas Sedovic tsedovic at redhat.com
Wed Feb 22 13:26:31 UTC 2012


On 02/22/2012 01:37 PM, Tomáš Hrčka wrote:
> https://bugzilla.redhat.com/show_bug.cgi?id=795911
> ---
>   src/app/views/pool_families/_form.html.haml |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/src/app/views/pool_families/_form.html.haml b/src/app/views/pool_families/_form.html.haml
> index 537562b..7a37c88 100644
> --- a/src/app/views/pool_families/_form.html.haml
> +++ b/src/app/views/pool_families/_form.html.haml
> @@ -11,4 +11,5 @@
>         = quota_form.text_field :maximum_running_instances
>
>   %fieldset.options
> +  = link_to t('cancel'), pool_families_path, :class =>  'button danger pill'
>     = form.submit t(:save),  :class =>  "submit button pill"

ACK



More information about the aeolus-devel mailing list