[PATCH conductor] Removed edit pool family button from pool families table (bz768154)

Jirka Tomasek jtomasek at redhat.com
Wed Dec 21 16:15:05 UTC 2011


On 12/21/2011 04:20 PM, jtomasek at redhat.com wrote:
> From: Jiri Tomasek<jtomasek at redhat.com>
>
> ---
>   src/app/views/pool_families/_list.html.haml |    1 -
>   1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/src/app/views/pool_families/_list.html.haml b/src/app/views/pool_families/_list.html.haml
> index 1243856..422a678 100644
> --- a/src/app/views/pool_families/_list.html.haml
> +++ b/src/app/views/pool_families/_list.html.haml
> @@ -14,7 +14,6 @@
>                 = link_to pool_family.name, pool_family
>               .section-controls
>                 #obj_actions
> -                = link_to t(:edit), edit_pool_family_path(pool_family), :class =>  'pool_family_button'
>                   = link_to t("pools.new_pool"), new_pool_path(:pool_family_id =>  pool_family.id), :class =>  'pool_family_button'
>                   = link_to t("images.new.new_image"), new_image_path( :environment =>  pool_family.id), :class =>  'pool_family_button'
>         - unless pool_family.pools.blank?
Self ACK & Pushed



More information about the aeolus-devel mailing list