[PATCH conductor] BZ790831 Change and remove out of date text in deployable details page

Jozef Zigmund jzigmund at redhat.com
Tue Feb 21 17:26:42 UTC 2012


On Thursday 16 February 2012 11:59:06 jtomasek at redhat.com wrote:
> From: Jiri Tomasek <jtomasek at redhat.com>
> 
> ---
>  src/app/views/deployables/show.html.haml |    4 +---
>  src/config/locales/en.yml                |    4 +---
>  2 files changed, 2 insertions(+), 6 deletions(-)
> 
> diff --git a/src/app/views/deployables/show.html.haml
> b/src/app/views/deployables/show.html.haml index 772536f..3f8f544 100644
> --- a/src/app/views/deployables/show.html.haml
> +++ b/src/app/views/deployables/show.html.haml
> @@ -56,11 +56,9 @@
>  %section.admin-content-section
>    - if @missing_images.empty?
>      %header
> -      %h2.build= t('.build')
> +      %h2.build= t('.build_status')
> 
>      .content
> -      %p.description.align-center= t('.build_description')
> -
>        %ul#providers-list.catalog_pretty
>          - @build_results.each do |provider_type, results|
>            - results.each do |result|
> diff --git a/src/config/locales/en.yml b/src/config/locales/en.yml
> index ef7b615..693766c 100644
> --- a/src/config/locales/en.yml
> +++ b/src/config/locales/en.yml
> @@ -847,6 +847,7 @@ en:
>        edit_xml: Edit XML
>        delete: Delete
>        build: Build
You can delete ^ while it's not used in UI (pls check it)
> +      build_status: "Build Status"
>        start: Start
>        rebuild_all: Build missing images
>        push_all: Push missing images
> @@ -860,9 +861,6 @@ en:
>        arch: ARCH
>        repair_images: Repair Images
>        images_valid: Images Valid
> -      build_description:
> -        "Allow this deployable's associated image(s) to be built and
> -        pushed to cloud resource providers by enabling them below."
>        catalog_name: Catalog name
>        environment: Environment
>        build_statuses_descriptions:


ACK with one inline nit.



More information about the aeolus-devel mailing list