From 7f513d4d9bed6d056555bc8d833acaaf8e7a9818 Mon Sep 17 00:00:00 2001 From: smarcet Date: Wed, 6 Nov 2013 13:53:23 -0300 Subject: [PATCH] [smarcet] - fix on login UI --- .idea/workspace.xml | 83 +++++++++++++++++++++++---------------- app/views/login.blade.php | 10 +++-- 2 files changed, 57 insertions(+), 36 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index cbf62df1..6837d11a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,19 +2,7 @@ - - - - - - - - - - - - @@ -48,15 +36,26 @@ - + - + + + + + + + + + + + + @@ -68,10 +67,10 @@ - + - + @@ -269,6 +268,24 @@ - - - - - - - - - - - - - - - - @@ -641,7 +642,23 @@ - + + + + + + + + + + + + + + + + + diff --git a/app/views/login.blade.php b/app/views/login.blade.php index 7326544c..f7d480cb 100644 --- a/app/views/login.blade.php +++ b/app/views/login.blade.php @@ -6,9 +6,13 @@

Welcome to OpenstackId!!!

@if(isset($identity_select) && !$identity_select) - - Sign in to {{$realm}} using {{$identity}} - + + Sign in to {{$realm}} using {{$identity}} + +@else + + Sign in to {{$realm}} using your openstackid + @endif