[PATCH conductor] Corrects new lines after credentials

pblaho at redhat.com pblaho at redhat.com
Thu Jul 12 11:30:43 UTC 2012


From: Petr Blaho <pblaho at redhat.com>

for Provider Account in XML template

https://www.aeolusproject.org/redmine/issues/3420
---
 .../views/provider_accounts/_credentials.xml.haml  |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/app/views/provider_accounts/_credentials.xml.haml b/src/app/views/provider_accounts/_credentials.xml.haml
index 0103e6c..1d40187 100644
--- a/src/app/views/provider_accounts/_credentials.xml.haml
+++ b/src/app/views/provider_accounts/_credentials.xml.haml
@@ -1,3 +1,2 @@
 -creds_label_hash.each do |h|
-  =content_tag(h[:label]) do
-    =h[:value]
+  =content_tag(h[:label], h[:value])
-- 
1.7.7.6




More information about the aeolus-devel mailing list