You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2017/11/07 21:29:50 UTC

[airavata-php-gateway] branch develop updated: AIRAVATA-2502 Adding header to external login options

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-php-gateway.git


The following commit(s) were added to refs/heads/develop by this push:
     new 7f9dbd5  AIRAVATA-2502 Adding header to external login options
     new b658574  Merge branch 'AIRAVATA-2502' into develop
7f9dbd5 is described below

commit 7f9dbd58b0a8c0582f4c49a1f1858ab4ec85bff4
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Tue Nov 7 16:28:41 2017 -0500

    AIRAVATA-2502 Adding header to external login options
---
 app/views/account/create.blade.php | 9 ++++++---
 app/views/account/login.blade.php  | 9 ++++++---
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/app/views/account/create.blade.php b/app/views/account/create.blade.php
index ab6187f..c86e223 100644
--- a/app/views/account/create.blade.php
+++ b/app/views/account/create.blade.php
@@ -8,9 +8,12 @@
 
 @if (!empty($auth_code_options))
     <div class="col-md-offset-1 col-md-4 center-column">
-    @foreach ($auth_code_options as $auth_code_option)
-        @include('partials/login-external', array("auth_code_option" => $auth_code_option))
-    @endforeach
+        <div class="page-header">
+            <h3>Log in with your existing organizational login</h3>
+        </div>
+        @foreach ($auth_code_options as $auth_code_option)
+            @include('partials/login-external', array("auth_code_option" => $auth_code_option))
+        @endforeach
     </div>
     <div class="col-md-2 center-column">
         <h3 id="login-option-separator" class="horizontal-rule">OR</h3>
diff --git a/app/views/account/login.blade.php b/app/views/account/login.blade.php
index 4d49c12..dcd5f54 100755
--- a/app/views/account/login.blade.php
+++ b/app/views/account/login.blade.php
@@ -13,9 +13,12 @@
     <div class="col-md-offset-4 col-md-4 center-column">
     @endif
 
-    @foreach ($auth_code_options as $auth_code_option)
-        @include('partials/login-external', array("auth_code_option" => $auth_code_option))
-    @endforeach
+        <div class="page-header">
+            <h3>Log in with your existing organizational login</h3>
+        </div>
+        @foreach ($auth_code_options as $auth_code_option)
+            @include('partials/login-external', array("auth_code_option" => $auth_code_option))
+        @endforeach
     </div>
 @endif
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@airavata.apache.org" <co...@airavata.apache.org>'].