[PATCH conductor] BZ#795911 added cancel button to poolfamilies#new

Tomáš Hrčka thrcka at redhat.com
Wed Feb 22 12:37:21 UTC 2012


https://bugzilla.redhat.com/show_bug.cgi?id=795911
---
 src/app/views/pool_families/_form.html.haml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/app/views/pool_families/_form.html.haml b/src/app/views/pool_families/_form.html.haml
index 537562b..7a37c88 100644
--- a/src/app/views/pool_families/_form.html.haml
+++ b/src/app/views/pool_families/_form.html.haml
@@ -11,4 +11,5 @@
       = quota_form.text_field :maximum_running_instances
 
 %fieldset.options
+  = link_to t('cancel'), pool_families_path, :class => 'button danger pill'
   = form.submit t(:save),  :class => "submit button pill"
-- 
1.7.1




More information about the aeolus-devel mailing list