[PATCH conductor 1/2] Allow creating deployables from imported images

Matt Wagner matt.wagner at redhat.com
Fri Dec 16 21:54:43 UTC 2011


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

diff --git a/src/app/views/images/show.html.haml b/src/app/views/images/show.html.haml
index 9da24ab..310cba3 100644
--- a/src/app/views/images/show.html.haml
+++ b/src/app/views/images/show.html.haml
@@ -5,7 +5,6 @@
     =t'return_to'
     = link_to t('images.index.images'), images_path, :class => 'rounded-link'
     .button-group
-    - unless @image.imported?
       = link_to t('.new_deployable_from_image'), new_deployable_path(:create_from_image => @image.id), :class => 'button pill'
       = button_to t("delete"), image_path(@image.id), :method => 'delete', :confirm => "Are you sure you want to delete?", :class => 'button pill danger', :id => 'delete'
 
-- 
1.7.6.4




More information about the aeolus-devel mailing list