[PATCH conductor] Corrects new lines after credentials

Petr Blaho pblaho at redhat.com
Thu Jul 12 14:24:27 UTC 2012


On Thursday, July 12, 2012 02:19:28 PM Maros Zatko wrote:
> On 07/12/2012 01:30 PM, pblaho at redhat.com wrote:
> > 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])
> 
> ack

PUSHED

-- 

With regards
Petr Blaho



More information about the aeolus-devel mailing list