From 41b54f08d90d3aa8a36f4b2915847b023c17eb00 Mon Sep 17 00:00:00 2001 From: Sebastian Marcet Date: Wed, 15 Mar 2017 18:53:46 -0300 Subject: [PATCH] Fixed HTML on openid consent form upgraded html to bootstrap 3.x Change-Id: I4cfded3caf4ae09af00cbf4c72310e9721acd435 --- resources/views/openid/consent.blade.php | 40 ++++++++++++++---------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/resources/views/openid/consent.blade.php b/resources/views/openid/consent.blade.php index d1981c7e..9d06d192 100644 --- a/resources/views/openid/consent.blade.php +++ b/resources/views/openid/consent.blade.php @@ -13,7 +13,6 @@ Welcome, {!!Auth::use

OpenstackId - Openid verification

{!! Form::open(array('url' => URL::action("UserController@postConsent"),'id'=>'authorization_form', 'method' => 'post', "autocomplete" => "off")) !!} -
Sign in to {!! $realm !!} using your OpenStackId @@ -22,27 +21,34 @@ Welcome, {!!Auth::use @foreach ($views as $partial) @include($partial->getName(),$partial->getData()) @endforeach -
-
{!! Form::close() !!}
@append