You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by nd...@apache.org on 2015/11/13 00:54:17 UTC

[2/3] airavata-php-gateway git commit: Bug Fix

Bug Fix


Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/ad1a3b1e
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/ad1a3b1e
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/ad1a3b1e

Branch: refs/heads/develop
Commit: ad1a3b1eb20096d5b903cc121b711265bb0890c4
Parents: 64ac174
Author: Nipurn Doshi <Nipurn Doshi>
Authored: Thu Nov 12 18:52:24 2015 -0500
Committer: Nipurn Doshi <Nipurn Doshi>
Committed: Thu Nov 12 18:52:24 2015 -0500

----------------------------------------------------------------------
 app/views/account/dashboard.blade.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/ad1a3b1e/app/views/account/dashboard.blade.php
----------------------------------------------------------------------
diff --git a/app/views/account/dashboard.blade.php b/app/views/account/dashboard.blade.php
index b28bc5b..e3cf0a7 100644
--- a/app/views/account/dashboard.blade.php
+++ b/app/views/account/dashboard.blade.php
@@ -19,7 +19,7 @@
         {{ Session::forget("message") }}
         @endif
 
-        @if( Session::has('admin') )
+        @if( Session::has('authorized-user') || Session::has('admin') )
         <div class="row text-center breathing-space">
             <h1>Let's get started!</h1>
         </div>