[PATCH conductor] BZ 813179 Revised missing translation keys in frontend_realms#form view

Tzu-Mainn Chen tzumainn at redhat.com
Tue Oct 16 18:54:58 UTC 2012


ACK'd and pushed to master/1.1.

Mainn

----- Original Message -----
> From: jzigmund at redhat.com
> To: aeolus-devel at lists.fedorahosted.org
> Cc: "Jozef Zigmund" <jzigmund at redhat.com>
> Sent: Tuesday, October 16, 2012 11:51:08 AM
> Subject: [PATCH conductor] BZ 813179 Revised missing translation keys in	frontend_realms#form view
> 
> From: Jozef Zigmund <jzigmund at redhat.com>
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=813179
> ---
>  src/app/views/frontend_realms/_form.html.haml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/app/views/frontend_realms/_form.html.haml
> b/src/app/views/frontend_realms/_form.html.haml
> index 39f86e1..bf3a0b8 100644
> --- a/src/app/views/frontend_realms/_form.html.haml
> +++ b/src/app/views/frontend_realms/_form.html.haml
> @@ -2,13 +2,13 @@
>    = render 'layouts/error_messages', :object => @realm
>  %fieldset
>    .field
> -    = form.label :name, :class => 'em'
> +    = form.label :name
>      .input
>        = form.text_field :name, :value => @realm.name, :class => 'em
>        long'
>    .field
>      = form.label :description
>      .input
> -      = form.text_area :description, :title => 'description', :value
> => @realm.description, :class => 'long'
> +      = form.text_area :description, :title =>
> t("activerecord.attributes.frontend_realm.description"), :value =>
> @realm.description, :class => 'long'
>  
>  %fieldset.options
>    = form.submit t('save'), :class => "submit button primary"
> --
> 1.7.11.7
> 
> 



More information about the aeolus-devel mailing list