[PATCH] BZ 790829 removed push all button

Tzu-Mainn Chen tzumainn at redhat.com
Thu Feb 16 15:52:31 UTC 2012


---
 src/app/views/images/show.html.haml |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/app/views/images/show.html.haml b/src/app/views/images/show.html.haml
index 3bc5a3c..0a7a290 100644
--- a/src/app/views/images/show.html.haml
+++ b/src/app/views/images/show.html.haml
@@ -25,8 +25,6 @@
           = t('.can_not_build_imported_image')
         -else
           = button_to t('.rebuild_all'), rebuild_all_image_path(@image.id), :class => 'button pill'
-          - if @build and @build.id == @latest_build
-            = button_to t('.push_all'), push_all_image_path(@image.id, :build_id => @build.id), :class => 'button pill'
   .content
     %ul.image_builds
       - @account_groups.each do |driver, group|
-- 
1.7.6.5




More information about the aeolus-devel mailing list